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 \ nixos-rebuild \
switch \ switch \
--verbose \ --verbose \
--show-trace \
--print-build-logs \ --print-build-logs \
--flake .# \ --flake .# \
$@ $@

View file

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

View file

@ -2,8 +2,8 @@
with pkgs.uservars; { with pkgs.uservars; {
home.pointerCursor = { home.pointerCursor = {
name = cursor_theme; name = cursor_theme;
size = 32; size = 24;
package = pkgs.capitaine-cursors; package = pkgs.bibata-cursors;
gtk.enable = true; gtk.enable = true;
}; };
gtk = { gtk = {
@ -60,7 +60,7 @@ with pkgs.uservars; {
libsForQt5.qt5ct libsForQt5.qt5ct
libsForQt5.qtstyleplugin-kvantum libsForQt5.qtstyleplugin-kvantum
pkgs.capitaine-cursors pkgs.bibata-cursors
pkgs.orchis_theme_compact pkgs.orchis_theme_compact
pkgs.papirus_red pkgs.papirus_red

View file

@ -59,7 +59,7 @@ in rec {
gtk_theme = "Orchis-Red-Dark-Compact"; gtk_theme = "Orchis-Red-Dark-Compact";
icon_theme = "Papirus-Dark"; icon_theme = "Papirus-Dark";
cursor_theme = "capitaine-cursors"; cursor_theme = "Bibata-Modern-Classic";
font = { font = {
mono = "Hack Nerd Font"; mono = "Hack Nerd Font";