fix: fix typo in gtk theme name
This commit is contained in:
parent
ab8461fd06
commit
57c72d9ac7
7 changed files with 45 additions and 81 deletions
|
@ -5,6 +5,5 @@
|
|||
"L+ ${hcfg}/kanshi/ - - - - ${./kanshi}"
|
||||
"L+ ${hcfg}/fuzzel/ - - - - ${./fuzzel}"
|
||||
"L+ ${hcfg}/river/ - - - - ${./river}"
|
||||
"L+ ${hcfg}/foot/ - - - - ${./foot}"
|
||||
]) "%h/.config";
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import rosepine
|
||||
|
||||
config.load_autoconfig()
|
||||
|
||||
rosepine.setup(c, 'rose-pine', True)
|
||||
|
||||
config.set('colors.webpage.preferred_color_scheme', 'dark')
|
||||
|
|
|
@ -6,7 +6,7 @@ riverctl spawn "swaybg -i /tmp/wallpapers/rose_pine/04.png -m fill"
|
|||
riverctl spawn "systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
riverctl spawn "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river"
|
||||
|
||||
riverctl map normal Super+Shift Return spawn foot
|
||||
riverctl map normal Super+Shift Return spawn emacs
|
||||
riverctl map normal Super R spawn fuzzel
|
||||
riverctl map normal Super Q close
|
||||
riverctl map normal Super+Shift E exit
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
slurp
|
||||
wf-recorder
|
||||
wl-clipboard
|
||||
foot
|
||||
fuzzel
|
||||
swaybg
|
||||
kanshi
|
||||
|
|
|
@ -13,8 +13,8 @@ in {
|
|||
color-scheme = "prefer-dark";
|
||||
cursor-size = lib.gvariant.mkUint32 24;
|
||||
cursor-theme = "BreezeX-RosePine-Linux";
|
||||
gtk-theme = "Rose-pine";
|
||||
icon-theme = "Rose-pine";
|
||||
gtk-theme = "rose-pine";
|
||||
icon-theme = "rose-pine";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue