Add systray
This commit is contained in:
parent
fbf270df59
commit
e3777ec913
1 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@ font-0 = JetBrainsMono Nerd Font:size=12;3
|
||||||
|
|
||||||
modules-left = round-left filesystem pulseaudio memory cpu bat0 bat1 round-right
|
modules-left = round-left filesystem pulseaudio memory cpu bat0 bat1 round-right
|
||||||
modules-center = round-left xworkspaces round-right
|
modules-center = round-left xworkspaces round-right
|
||||||
modules-right = round-left mpd date round-right
|
modules-right = round-left mpd date systray round-right
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
@ -114,9 +114,9 @@ format-stopped =
|
||||||
label-song = "%artist% - %title% "
|
label-song = "%artist% - %title% "
|
||||||
|
|
||||||
[module/systray]
|
[module/systray]
|
||||||
|
format-background = ${colors.background}
|
||||||
type = internal/tray
|
type = internal/tray
|
||||||
|
|
||||||
format-margin = 8pt
|
|
||||||
tray-spacing = 16pt
|
tray-spacing = 16pt
|
||||||
|
|
||||||
[module/xworkspaces]
|
[module/xworkspaces]
|
||||||
|
@ -217,8 +217,8 @@ interval = 1
|
||||||
|
|
||||||
format-background = ${colors.background}
|
format-background = ${colors.background}
|
||||||
|
|
||||||
date = " %H:%M"
|
date = " %H:%M "
|
||||||
date-alt = " %Y-%m-%d %H:%M:%S"
|
date-alt = " %Y-%m-%d %H:%M:%S "
|
||||||
|
|
||||||
label = %date%
|
label = %date%
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue