summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-20 02:51:59 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-20 02:51:59 +0530
commit47bc39d25a359c94e9a139be9d453a05694ef341 (patch)
treecd5ad0f5e413056e74feb6a7790b7b510ea5d1c8 /users
parentf1d30adc192df38fe8f6cd50cb2eae048789459b (diff)
Font and cursor
Diffstat (limited to 'users')
-rw-r--r--users/beeb5k/default.nix9
-rw-r--r--users/common.nix10
2 files changed, 11 insertions, 8 deletions
diff --git a/users/beeb5k/default.nix b/users/beeb5k/default.nix
index 04f9e6d..95572f1 100644
--- a/users/beeb5k/default.nix
+++ b/users/beeb5k/default.nix
@@ -28,9 +28,10 @@
window = {
blur.enable = true;
blur.passes = 1;
- blur.radius = 8;
- opacity = 0.93;
+ blur.radius = 6;
+ opacity = 0.95;
borderRadius = 0;
+ shadows.enable = true;
};
};
beeConfig.enable = false;
@@ -40,8 +41,8 @@
terminal = {
default = "ghostty";
ghostty = true;
- font.family = "IosevkaInput";
- font.size = 11.0;
+ font.family = "monospace";
+ font.size = 12.0;
};
};
diff --git a/users/common.nix b/users/common.nix
index 4affeca..c7f23bf 100644
--- a/users/common.nix
+++ b/users/common.nix
@@ -57,8 +57,8 @@ in
dotIcons.enable = true;
hyprcursor.size = 24;
hyprcursor.enable = true;
- name = "miku-cursor";
- package = mikuCursor;
+ name = "Bibata-Modern-Ice";
+ package = pkgs.bibata-cursors;
};
dconf.settings = {
@@ -77,7 +77,8 @@ in
gtk = {
enable = true;
- font.name = "IosevkaInput";
+ font.name = "monospace";
+ font.size = 12.0;
theme = {
package = pkgs.adw-gtk3;
name = "adw-gtk3";
@@ -147,7 +148,7 @@ in
hwdec = "auto";
profile = "high-quality";
save-position-on-quit = "yes";
- sub-font = "IosevkaInput";
+ sub-font = "monospace";
sub-font-size = 25;
sub-shadow-offset = 0;
sub-border-size = 1;
@@ -161,5 +162,6 @@ in
imagemagick
nautilus
opencode
+ clang
];
}