1
0
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:
eoli3n 2020-01-02 21:09:05 +01:00
parent 6fad914360
commit b33c692e7e
2 changed files with 3 additions and 3 deletions

@ -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