switch to bibata cursor theme
This commit is contained in:
parent
f501292d78
commit
c60132d76a
4 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue