1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 20:01:49 +08:00

replace gtk themes and icons and update waybar

This commit is contained in:
juan 2021-09-04 15:36:57 +08:00
parent 0f0c9fb5bb
commit 3264d2ad2a
2 changed files with 6 additions and 8 deletions

View File

@ -26,9 +26,9 @@ exec notify-send -t 3000 'Screenshot saved.'
set $gnome-schema org.gnome.desktop.interface set $gnome-schema org.gnome.desktop.interface
exec_always { exec_always {
gsettings set $gnome-schema gtk-theme 'Materia-dark' gsettings set $gnome-schema gtk-theme 'Adwaita-dark'
gsettings set $gnome-schema icon-theme 'Arc' gsettings set $gnome-schema icon-theme 'Papirus'
#gsettings set $gnome-schema cursor-theme 'cursor theme name' #gsettings set $gnome-schema cursor-theme 'Adwaita'
gsettings set $gnome-schema font-name 'ibm-plex 12' gsettings set $gnome-schema font-name 'ibm-plex 12'
export XDG_CURRENT_DESKTOP=Unity export XDG_CURRENT_DESKTOP=Unity
} }

View File

@ -11,13 +11,11 @@ window#waybar {
} }
#workspaces { #workspaces {
margin: 5px; margin: 5px 10px;
margin-left: 10px;
margin-right: 10px;
border-radius: 2px;
} }
#workspaces button { #workspaces button {
padding: 0 4px; padding: 0 12px;
border-radius: 0;
} }
#workspaces button.focused { #workspaces button.focused {