inserted better rofi, animated picom and sane config for zellij

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-03-10 09:49:37 +01:00
parent 23ba9b1a7f
commit e179210bb4
222 changed files with 28381 additions and 292 deletions

View File

@@ -348,24 +348,35 @@ animation-charging-4 = 
animation-charging-foreground = ${colors.foreground-alt}
animation-charging-framerate = 750
# [module/powermenu]
# type = custom/menu
# expand-right = true
# format-spacing = 1
#
# label-open = 
# label-open-foreground = ${colors.magenta}
# label-close = cancel
# label-close-foreground = ${colors.magenta}
# label-separator = |
# label-separator-foreground = ${colors.foreground-alt}
#
# menu-0-0 = power off
# menu-0-0-exec = poweroff
# menu-0-1 = reboot
# menu-0-1-exec = reboot
# menu-0-2 = logout
# menu-0-2-exec = dm-tool lock
;; Power Menu Module
[module/powermenu]
type = custom/menu
expand-right = true
format-spacing = 1
type = custom/text
label-open =
label-open-foreground = ${colors.magenta}
label-close = cancel
label-close-foreground = ${colors.magenta}
label-separator = |
label-separator-foreground = ${colors.foreground-alt}
content = aaa
content-background = ${colors.magenta}
content-foreground = ${colors.magenta}
menu-0-0 = power off
menu-0-0-exec = poweroff
menu-0-1 = reboot
menu-0-1-exec = reboot
menu-0-2 = logout
menu-0-2-exec = dm-tool lock
click-left = ~/.config/rofi/powermenu/type-1/powermenu.sh
click-right = powermenu_t1
[settings]
;screenchange-reload = true
@@ -377,3 +388,5 @@ menu-0-2-exec = dm-tool lock
[global/wm]
margin-top = 5
margin-bottom = 5