A billion changes, but I'm finally on this new config!
This commit is contained in:
parent
8b12288df6
commit
c211604042
29 changed files with 338 additions and 163 deletions
home/adrielus/features/desktop/common/polybar
|
@ -17,15 +17,15 @@ in
|
|||
enable = true;
|
||||
extraConfig = ''
|
||||
; Generated theme
|
||||
include-file = ${config.scheme base16-polybar}
|
||||
${builtins.readFile (config.scheme base16-polybar)}
|
||||
|
||||
; Consistent fonts
|
||||
[fonts]
|
||||
regular = ${config.fontProfiles.regular.family}
|
||||
monospace = ${config.fontProfiles.monospace.family}
|
||||
regular = "${config.fontProfiles.regular.family}"
|
||||
monospace = "${config.fontProfiles.monospace.family}"
|
||||
|
||||
; Actual config
|
||||
include-file = ${./polybar.ini}
|
||||
${builtins.readFile ./polybar.ini}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
@ -73,13 +73,13 @@ icon-default =
|
|||
format = <label-state>
|
||||
|
||||
label-active = %icon%
|
||||
label-active-background = ${color.base05}
|
||||
label-active-foreground = ${color.base00}
|
||||
label-active-background = ${colors.base05}
|
||||
label-active-foreground = ${colors.base00}
|
||||
label-active-padding = 2
|
||||
|
||||
label-urgent = %icon%
|
||||
label-urgent-background = ${color.base09}
|
||||
label-urgent-foreground = ${color.base00}
|
||||
label-urgent-background = ${colors.base09}
|
||||
label-urgent-foreground = ${colors.base00}
|
||||
label-urgent-padding = 2
|
||||
|
||||
label-occupied = %icon%
|
||||
|
@ -88,7 +88,7 @@ label-occupied-padding = 2
|
|||
label-empty =
|
||||
|
||||
[bar/main]
|
||||
font-0 = ${fonts.monospace}:style=Regular
|
||||
font-0 = ${fonts.monospace}
|
||||
|
||||
modules-left = date battery
|
||||
modules-center = ewmh
|
||||
|
@ -102,9 +102,9 @@ module-margin = 2
|
|||
height=4%
|
||||
|
||||
border-top-size = 1
|
||||
border-top-color = ${color.base05}
|
||||
border-top-color= ${colors.base05}
|
||||
|
||||
background = ${color.base00}
|
||||
foreground = ${color.base05}
|
||||
background = ${colors.base00}
|
||||
foreground = ${colors.base05}
|
||||
|
||||
bottom = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue