minor refactor
This commit is contained in:
parent
f188a3c917
commit
d7d1923e05
1 changed files with 24 additions and 24 deletions
|
@ -31,6 +31,30 @@ font-0 = JetbrainsMono Nerd Font:size=10:weight=semibold;2
|
||||||
font-1 = Firacode Nerd Font:style=semibold:size=10;2
|
font-1 = Firacode Nerd Font:style=semibold:size=10;2
|
||||||
font-2 = inter:size=10:weight=regular;2
|
font-2 = inter:size=10:weight=regular;2
|
||||||
|
|
||||||
|
[bar/desktop]
|
||||||
|
inherit = section/base
|
||||||
|
width = 99.7%
|
||||||
|
height = 24pt
|
||||||
|
offset-x = 0.15%
|
||||||
|
offset-y = 0.4%
|
||||||
|
;radius = 8
|
||||||
|
|
||||||
|
modules-left = i3 sep title
|
||||||
|
modules-center = date dot time
|
||||||
|
modules-right = xkeyboard dot cpu dot amdgpu dot memory dot pulseaudio sep filesystem
|
||||||
|
|
||||||
|
background = ${colors.base}
|
||||||
|
foreground = ${colors.text}
|
||||||
|
line-size = 3pt
|
||||||
|
padding-right = 1
|
||||||
|
|
||||||
|
cursor-click = pointer
|
||||||
|
;cursor-scroll = ns-resize
|
||||||
|
enable-ipc = true
|
||||||
|
|
||||||
|
override-redirect = true
|
||||||
|
wm-restack = i3
|
||||||
|
|
||||||
[bar/laptop]
|
[bar/laptop]
|
||||||
inherit = section/base
|
inherit = section/base
|
||||||
width = 99.5%
|
width = 99.5%
|
||||||
|
@ -77,27 +101,3 @@ enable-ipc = true
|
||||||
|
|
||||||
override-redirect = true
|
override-redirect = true
|
||||||
wm-restack = i3
|
wm-restack = i3
|
||||||
|
|
||||||
[bar/desktop]
|
|
||||||
inherit = section/base
|
|
||||||
width = 99.7%
|
|
||||||
height = 24pt
|
|
||||||
offset-x = 0.15%
|
|
||||||
offset-y = 0.4%
|
|
||||||
;radius = 8
|
|
||||||
|
|
||||||
modules-left = i3 sep title
|
|
||||||
modules-center = date dot time
|
|
||||||
modules-right = xkeyboard dot cpu dot amdgpu dot memory dot pulseaudio sep filesystem
|
|
||||||
|
|
||||||
background = ${colors.base}
|
|
||||||
foreground = ${colors.text}
|
|
||||||
line-size = 3pt
|
|
||||||
padding-right = 1
|
|
||||||
|
|
||||||
cursor-click = pointer
|
|
||||||
;cursor-scroll = ns-resize
|
|
||||||
enable-ipc = true
|
|
||||||
|
|
||||||
override-redirect = true
|
|
||||||
wm-restack = i3
|
|
||||||
|
|
Loading…
Reference in a new issue