Add key hints to polybar icons
This commit is contained in:
parent
fb18c07c68
commit
c96812d748
|
@ -50,6 +50,7 @@
|
|||
"super + shift + q" = "xfce4-session-logout";
|
||||
"super + F1" = "xfce4-screensaver-command --lock";
|
||||
"super + r" = "bspc desktop -f files && wezterm -e ranger";
|
||||
"super + n" = "bspc desktop -f dev && neovide --multigrid --maximized";
|
||||
# bspwm hotkeys
|
||||
"super + Escape" = "pkill -USR1 -x sxhkd";
|
||||
"super + alt + {q,r}" = "bspc {quit,wm -r}";
|
||||
|
|
|
@ -103,14 +103,14 @@ click-left = "powermenu"
|
|||
[module/xworkspaces]
|
||||
type = internal/xworkspaces
|
||||
|
||||
icon-0 = "main; "
|
||||
icon-1 = "dev; "
|
||||
icon-2 = "browser; "
|
||||
icon-3 = "files; "
|
||||
icon-4 = "chat; "
|
||||
icon-5 = "remote; "
|
||||
icon-6 = "steam; "
|
||||
icon-7 = "misc; "
|
||||
icon-0 = "main;[a] "
|
||||
icon-1 = "dev;[s] "
|
||||
icon-2 = "browser;[d] "
|
||||
icon-3 = "files;[f] "
|
||||
icon-4 = "chat;[u] "
|
||||
icon-5 = "remote;[i] "
|
||||
icon-6 = "steam;[o] "
|
||||
icon-7 = "misc;[p] "
|
||||
icon-default = " "
|
||||
|
||||
label-active = %icon%
|
||||
|
|
Loading…
Reference in a new issue