wip
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -67,11 +67,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
services.picom = {
|
||||
enable = true;
|
||||
backend = "glx";
|
||||
vSync = true;
|
||||
};
|
||||
# services.picom = {
|
||||
# enable = true;
|
||||
# backend = "glx";
|
||||
# vSync = true;
|
||||
# };
|
||||
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user