Add Powermenu script
This commit is contained in:
+14
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user