Skip to content

Commit

Permalink
fix gtk cursor and icon theme
Browse files Browse the repository at this point in the history
there is no such thing as adwaita dark theme for icon and cursor, fixes #22
  • Loading branch information
denisok authored Aug 4, 2020
1 parent 17dc016 commit 3b07abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/sway/config.d/50-openSUSE.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ client.focused_inactive #6da741 #00a489 #173f4f
exec_always {
systemctl --user import-environment
gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
gsettings set org.gnome.desktop.interface icon-theme 'Adwaita-dark'
gsettings set org.gnome.desktop.interface cursor-theme 'Adwaita-dark'
gsettings set org.gnome.desktop.interface icon-theme 'Adwaita'
gsettings set org.gnome.desktop.interface cursor-theme 'Adwaita'
test -e $SWAYSOCK.wob || mkfifo $SWAYSOCK.wob
tail -f $SWAYSOCK.wob | wob
}

0 comments on commit 3b07abe

Please sign in to comment.