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";
};
};
};
}
+5 -5
View File
@@ -67,11 +67,11 @@
};
};
services.picom = {
enable = true;
backend = "glx";
vSync = true;
};
# services.picom = {
# enable = true;
# backend = "glx";
# vSync = true;
# };
services.flameshot = {
enable = true;
+3
View File
@@ -7,6 +7,7 @@
enable_audio_bell = false;
cursor_trail = 1;
copy_on_select = true;
background_opacity = 0.9;
enabled_layouts = "tall, grid, fat, splits";
@@ -53,6 +54,8 @@
};
extraConfig = ''
font_size 14.0
background #1c1c1c
foreground #ddeedd
cursor #e2bbef