mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
moved theme workaround and changed to vertex
This commit is contained in:
parent
6fad914360
commit
b33c692e7e
@ -197,8 +197,7 @@ mode "resize" {
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# waybar exec
|
||||
# https://github.com/Alexays/Waybar/issues/515
|
||||
exec_always env GTK_THEME=Minwaita ~/.config/waybar/waybar.sh
|
||||
exec_always ~/.config/waybar/waybar.sh
|
||||
|
||||
# set gtk theme
|
||||
exec_always ~/.config/sway/import-gsettings \
|
||||
|
@ -7,4 +7,5 @@ pkill waybar
|
||||
while pgrep -x waybar >/dev/null; do sleep 1; done
|
||||
|
||||
# Launch main
|
||||
waybar
|
||||
# https://github.com/Alexays/Waybar/issues/515
|
||||
GTK_THEME=Vertex waybar
|
||||
|
Loading…
Reference in New Issue
Block a user