mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
Update polybar config with new colors and date change
This commit is contained in:
parent
8055fa8e5a
commit
3d5a85da87
@ -24,24 +24,26 @@ modules-center = cmus
|
|||||||
modules-right = cpu ram volume date time
|
modules-right = cpu ram volume date time
|
||||||
|
|
||||||
monitor = VGA-1
|
monitor = VGA-1
|
||||||
foreground = #AF80AC
|
#foreground = #AF80AC
|
||||||
background = #FF1C1E21
|
foreground = #8a7f8f
|
||||||
|
background = #EE1C1E21
|
||||||
font-0 = "Fira Mono:size=22"
|
font-0 = "Fira Mono:size=22"
|
||||||
font-1 = "Noto Sans CJK JP:size=22"
|
font-1 = "Noto Sans CJK JP:size=22"
|
||||||
|
|
||||||
height = 88
|
height = 88
|
||||||
underline-size = 7.5
|
|
||||||
padding-left = 2
|
padding-left = 2
|
||||||
|
#underline-size = 5
|
||||||
padding-right = 2
|
padding-right = 2
|
||||||
module-margin = 1
|
module-margin = 1
|
||||||
|
|
||||||
[module/i3]
|
[module/i3]
|
||||||
type = internal/i3
|
type = internal/i3
|
||||||
|
|
||||||
label-focused-background = #4f2c4c
|
#label-focused-background = #AA4f2c4c
|
||||||
label-focused-underline = #B894B0
|
label-focused-underline = #B894B0
|
||||||
|
|
||||||
label-focused-foreground = #c16772
|
label-focused-foreground = #AF80AC
|
||||||
|
#label-focused-foreground = #c16772
|
||||||
label-unfocused-foreground = #8a7f8f
|
label-unfocused-foreground = #8a7f8f
|
||||||
label-urgent-foreground = #e4b226
|
label-urgent-foreground = #e4b226
|
||||||
label-visible-foreground = #f2f2f2
|
label-visible-foreground = #f2f2f2
|
||||||
@ -72,7 +74,8 @@ label = RAM: %gb_used%
|
|||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
date = %-d.%-m.%y
|
date = %d.%m.%y
|
||||||
|
#date = %B %d, %Y
|
||||||
|
|
||||||
[module/time]
|
[module/time]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
|
Loading…
x
Reference in New Issue
Block a user