hosts/python: use Simp1e-Adw-Dark

This commit is contained in:
Artur Manuel 2024-12-19 18:59:32 +00:00
commit 181ac667a0
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ riverctl border-color-unfocused 0x00000000
riverctl keyboard-layout "us" riverctl keyboard-layout "us"
riverctl set-repeat 50 300 riverctl set-repeat 50 300
riverctl xcursor-theme "Simp1e-Gruvbox-Dark" riverctl xcursor-theme "Simp1e-Adw-Dark"
riverctl default-layout rivercarro riverctl default-layout rivercarro
rivercarro -inner-gaps 8 -outer-gaps 10 -no-smart-gaps & rivercarro -inner-gaps 8 -outer-gaps 10 -no-smart-gaps &

View file

@ -22,7 +22,7 @@ in {
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
color-scheme = "prefer-dark"; color-scheme = "prefer-dark";
cursor-size = lib.gvariant.mkUint32 24; cursor-size = lib.gvariant.mkUint32 24;
cursor-theme = "Simp1e-Dark"; cursor-theme = "Simp1e-Adw-Dark";
icon-theme = "Colloid-Dark"; icon-theme = "Colloid-Dark";
gtk-theme = "Nightfox-Purple-Dark-Compact-Carbon"; gtk-theme = "Nightfox-Purple-Dark-Compact-Carbon";
}; };