This commit is contained in:
Miguel Palhas
2025-09-18 09:55:53 +01:00
parent 6b1feea23c
commit 9231cc6703
7 changed files with 42 additions and 37 deletions
+3 -1
View File
@@ -63,7 +63,8 @@ in
decoration = {
blur = {
enabled = false;
enabled = true;
# new_optimizations = false;
};
shadow = {
enabled = false;
@@ -92,6 +93,7 @@ in
};
env = [
"GDK_SCALE, 2.0"
"XCURSOR_SIZE, 32"
"HYPRCURSOR_THEME, rose-pine-hyprcursor"
"HYPRCURSOR_SIZE, 24"
+13 -13
View File
@@ -9,17 +9,17 @@
home.packages = with pkgs; [ upower ];
# programs.hyprpanel = {
# # enable = true;
# overlay.enable = true;
# overwrite.enable = true;
#
# settings = {
# theme.bar.transparent = true;
# theme.font = {
# name = "Fira Code Nerd Font";
# size = "14px";
# };
# };
# };
programs.hyprpanel = {
# enable = true;
# overlay.enable = true;
# overwrite.enable = true;
settings = {
theme.bar.transparent = true;
theme.font = {
name = "Fira Code Nerd Font";
size = "14px";
};
};
};
}