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 \
|
nixos-rebuild \
|
||||||
switch \
|
switch \
|
||||||
--verbose \
|
--verbose \
|
||||||
--show-trace \
|
|
||||||
--print-build-logs \
|
--print-build-logs \
|
||||||
--flake .# \
|
--flake .# \
|
||||||
$@
|
$@
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
|
|
||||||
## Theme
|
## Theme
|
||||||
capitaine-cursors
|
capitaine-cursors
|
||||||
|
bibata-cursors
|
||||||
orchis_theme_compact
|
orchis_theme_compact
|
||||||
papirus_red
|
papirus_red
|
||||||
];
|
];
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue