change manythings
This commit is contained in:
+13
-11
@@ -17,14 +17,15 @@
|
||||
;==========================================================
|
||||
|
||||
[colors]
|
||||
background-alt = #00000000
|
||||
foreground = #1A2533
|
||||
primary = #2D6A8A
|
||||
altprime = #2D6A8A
|
||||
secondary = #0D1B27
|
||||
altsecondary = #3A7CA5EF
|
||||
alert = #A52020
|
||||
disabled = #4A6878
|
||||
background = #BB111111
|
||||
background-alt = #BB111111
|
||||
foreground = #D0D0D0
|
||||
primary = #5294E2
|
||||
altprime = #6AAFE6
|
||||
secondary = #1A1A1A
|
||||
altsecondary = #5294E2EF
|
||||
alert = #CC3333
|
||||
disabled = #707070
|
||||
|
||||
[bar/example]
|
||||
bottom = false
|
||||
@@ -34,11 +35,11 @@ radius = 8
|
||||
|
||||
; dpi = 96
|
||||
|
||||
background = #00000000
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
tray-position = right
|
||||
tray-background = #C8D8E8
|
||||
tray-background = ${colors.background-alt}
|
||||
line-size = 2pt
|
||||
|
||||
border-size = 0
|
||||
@@ -52,7 +53,8 @@ module-margin = 1
|
||||
separator = |
|
||||
separator-foreground = ${colors.disabled}
|
||||
|
||||
font-0 = 0xProto Nerd Font:pixelsize=14;3
|
||||
font-0 = JetBrainsMono Nerd Font:size=14;3
|
||||
#font-0 = 0xProto Nerd Font:pixelsize=14;3
|
||||
|
||||
modules-left = xworkspaces xwindow
|
||||
modules-right = polytiramisu memory cpu date battery xkeyboard
|
||||
|
||||
Reference in New Issue
Block a user