Add Powermenu script

This commit is contained in:
Stephan Raabe
2023-04-04 13:45:48 +02:00
parent ed5fe87fa5
commit 56bb277e07
3 changed files with 48 additions and 8 deletions
+14 -7
View File
@@ -30,19 +30,26 @@ module-margin = 2
separator = ""
separator-foreground = ${colors.disabled}
font-0 = "Fira Sans SemiBold:size=11;1"
font-1 = "Font Awesome 6 Free Solid:pixelsize=12;2"
modules-left = xworkspaces
font-1 = "Font Awesome 6 Free Solid:pixelsize=11;2"
modules-left = mymenu xworkspaces
modules-center = xwindow
modules-right = myarrow filesystem pulseaudio xkeyboard memory cpu date
modules-right = filesystem pulseaudio xkeyboard memory cpu date myexit
cursor-click = pointer
cursor-scroll = ns-resize
enable-ipc = true
; tray-position = right
[module/myarrow]
[module/mymenu]
type = custom/text
content-foreground = ${colors.primary}
content = ""
content = ""
click-left = "rofi -show drun -icon-theme 'Papirus' -show-icons"
[module/myexit]
type = custom/text
content-foreground = ${colors.primary}
content = " "
click-left = "~/dotfiles/scripts/powermenu.sh"
[module/xworkspaces]
type = internal/xworkspaces
@@ -61,8 +68,8 @@ label-empty = %name%
label-empty-foreground =#FFFFFF
label-empty-background=#99000000
label-empty-padding = 2
format-prefix = "  "
format-prefix-foreground = ${colors.primary}
; format-prefix = "  "
; format-prefix-foreground = ${colors.primary}
[module/xwindow]
type = internal/xwindow