From c60132d76aabcba42ad491106b05686721bbba51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 12 Dec 2022 10:21:40 -0300 Subject: [PATCH] switch to bibata cursor theme --- switch | 1 - system/sway.nix | 1 + user/theme.nix | 6 +++--- user/variables.nix | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/switch b/switch index 6a2bbd7..ca04c93 100755 --- a/switch +++ b/switch @@ -4,7 +4,6 @@ sudo nice ionice \ nixos-rebuild \ switch \ --verbose \ - --show-trace \ --print-build-logs \ --flake .# \ $@ diff --git a/system/sway.nix b/system/sway.nix index 2bd7e85..24163c6 100644 --- a/system/sway.nix +++ b/system/sway.nix @@ -62,6 +62,7 @@ ## Theme capitaine-cursors + bibata-cursors orchis_theme_compact papirus_red ]; diff --git a/user/theme.nix b/user/theme.nix index 95c6089..76a6d86 100644 --- a/user/theme.nix +++ b/user/theme.nix @@ -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 diff --git a/user/variables.nix b/user/variables.nix index 734b774..d7ef60b 100644 --- a/user/variables.nix +++ b/user/variables.nix @@ -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";