Fix paths for rofi scripts
This commit is contained in:
parent
5bc34500ae
commit
b9ae841286
|
@ -4,7 +4,7 @@ bind = SUPER SHIFT, Return, exec, [float] wezterm
|
|||
bind = SUPER, Q, killactive,
|
||||
bind = SUPER, E, exec, neovide --multigrid --maximized
|
||||
bind = SUPER SHIFT, E, exec, WINIT_UNIX_BACKEND=x11 neovide --multigrid --maximized
|
||||
bind = SUPER, P, exec, ~/.dotfiles/scripts/powermenu
|
||||
bind = SUPER, P, exec, ~/.nixos/scripts/powermenu
|
||||
bind = SUPER, V, togglefloating,
|
||||
bind = SUPER, Space, exec, rofi -show drun
|
||||
bind = SUPER, S, togglegroup, # dwindle
|
||||
|
|
|
@ -46,7 +46,7 @@ BORDER_COLOR="#222222"
|
|||
#ROFI_TEXT=":"
|
||||
#ROFI_OPTIONS=(-width -11 -location 0 -hide-scrollbar -bw 30 -color-window "#dd310027,#dd0310027,#dd310027" -padding 5)
|
||||
#ROFI_OPTIONS=(-width -18 -location 4 -hide-scrollbar -color-window "#cc310027,#00a0009a,#cc310027" -padding 5 -font "Sourcecode Pro Regular 10, FontAwesome 9")
|
||||
ROFI_OPTIONS=(-theme ~/.dotfiles/rofi/power-profiles.rasi)
|
||||
#ROFI_OPTIONS=(-theme ~/.dotfiles/rofi/power-profiles.rasi)
|
||||
# Zenity options
|
||||
ZENITY_TITLE="Power Profiles"
|
||||
ZENITY_TEXT="Set Profiles:"
|
||||
|
|
|
@ -39,7 +39,7 @@ HLBG_COLOR="#bbbbbb"
|
|||
BORDER_COLOR="#222222"
|
||||
|
||||
# Options not related to colors (most rofi options do not work anymore)
|
||||
ROFI_OPTIONS=(-theme ~/.dotfiles/rofi/powermenu.rasi)
|
||||
#ROFI_OPTIONS=(-theme ~/.dotfiles/rofi/powermenu.rasi)
|
||||
# Zenity options
|
||||
ZENITY_TITLE="Power Menu"
|
||||
ZENITY_TEXT="Action:"
|
||||
|
|
Loading…
Reference in a new issue