switch to bibata cursor theme
This commit is contained in:
parent
f501292d78
commit
c60132d76a
1
switch
1
switch
|
@ -4,7 +4,6 @@ sudo nice ionice \
|
|||
nixos-rebuild \
|
||||
switch \
|
||||
--verbose \
|
||||
--show-trace \
|
||||
--print-build-logs \
|
||||
--flake .# \
|
||||
$@
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
|
||||
## Theme
|
||||
capitaine-cursors
|
||||
bibata-cursors
|
||||
orchis_theme_compact
|
||||
papirus_red
|
||||
];
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
with pkgs.uservars; {
|
||||
home.pointerCursor = {
|
||||
name = cursor_theme;
|
||||
size = 32;
|
||||
package = pkgs.capitaine-cursors;
|
||||
size = 24;
|
||||
package = pkgs.bibata-cursors;
|
||||
gtk.enable = true;
|
||||
};
|
||||
gtk = {
|
||||
|
@ -60,7 +60,7 @@ with pkgs.uservars; {
|
|||
libsForQt5.qt5ct
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
|
||||
pkgs.capitaine-cursors
|
||||
pkgs.bibata-cursors
|
||||
pkgs.orchis_theme_compact
|
||||
pkgs.papirus_red
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ in rec {
|
|||
|
||||
gtk_theme = "Orchis-Red-Dark-Compact";
|
||||
icon_theme = "Papirus-Dark";
|
||||
cursor_theme = "capitaine-cursors";
|
||||
cursor_theme = "Bibata-Modern-Classic";
|
||||
|
||||
font = {
|
||||
mono = "Hack Nerd Font";
|
||||
|
|
Loading…
Reference in a new issue