This commit is contained in:
Stephan Raabe
2023-04-15 19:26:17 +02:00
parent f605043e23
commit c848d51c02
4 changed files with 33 additions and 4 deletions
+8 -1
View File
@@ -33,7 +33,7 @@ font-0 = "Fira Sans SemiBold:size=11;2"
font-1 = "Font Awesome 6 Free Solid:pixelsize=11;2"
modules-left = xworkspaces mymenu
modules-center = xwindow
modules-right = battery xkeyboard mysystem filesystem pulseaudio memory cpu date myexit
modules-right = battery xkeyboard mycalculator mysystem filesystem pulseaudio memory cpu date myexit
cursor-click = pointer
cursor-scroll = ns-resize
enable-ipc = true
@@ -51,6 +51,13 @@ content-foreground = ${colors.primary}
content = ""
click-left = "~/dotfiles/scripts/applauncher.sh"
[module/mycalculator]
type = custom/text
content-foreground = ${colors.primary}
content = ""
click-left = "~/dotfiles/scripts/calculator.sh"
[module/myexit]
type = custom/text
content-foreground = ${colors.primary}