From 181ac667a04d09378f9c46a0918e420652663698 Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Thu, 19 Dec 2024 18:59:32 +0000 Subject: [PATCH] hosts/python: use Simp1e-Adw-Dark --- hosts/python/configs/river/init | 2 +- hosts/python/theme.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/python/configs/river/init b/hosts/python/configs/river/init index 4b5f28f..8a7d873 100755 --- a/hosts/python/configs/river/init +++ b/hosts/python/configs/river/init @@ -88,7 +88,7 @@ riverctl border-color-unfocused 0x00000000 riverctl keyboard-layout "us" riverctl set-repeat 50 300 -riverctl xcursor-theme "Simp1e-Gruvbox-Dark" +riverctl xcursor-theme "Simp1e-Adw-Dark" riverctl default-layout rivercarro rivercarro -inner-gaps 8 -outer-gaps 10 -no-smart-gaps & diff --git a/hosts/python/theme.nix b/hosts/python/theme.nix index e670cc9..597b28e 100644 --- a/hosts/python/theme.nix +++ b/hosts/python/theme.nix @@ -22,7 +22,7 @@ in { "org/gnome/desktop/interface" = { color-scheme = "prefer-dark"; cursor-size = lib.gvariant.mkUint32 24; - cursor-theme = "Simp1e-Dark"; + cursor-theme = "Simp1e-Adw-Dark"; icon-theme = "Colloid-Dark"; gtk-theme = "Nightfox-Purple-Dark-Compact-Carbon"; };