switch to bibata cursor theme

This commit is contained in:
Leonardo Eugênio 2022-12-12 10:21:40 -03:00
parent f501292d78
commit c60132d76a
4 changed files with 5 additions and 5 deletions

1
switch
View File

@ -4,7 +4,6 @@ sudo nice ionice \
nixos-rebuild \
switch \
--verbose \
--show-trace \
--print-build-logs \
--flake .# \
$@

View File

@ -62,6 +62,7 @@
## Theme
capitaine-cursors
bibata-cursors
orchis_theme_compact
papirus_red
];

View File

@ -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

View File

@ -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";