wip
This commit is contained in:
Generated
+3
-3
@@ -513,11 +513,11 @@
|
|||||||
"nvchad-starter": {
|
"nvchad-starter": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1756229556,
|
"lastModified": 1758019903,
|
||||||
"narHash": "sha256-ygX+rfZ8AParlXYdB9HuRClIUjJTMDeBRxEeelduR30=",
|
"narHash": "sha256-aU+R5ox8RieMva1DjHv5cuMdy+1rReLvAU5TbVcfO9E=",
|
||||||
"owner": "naps62",
|
"owner": "naps62",
|
||||||
"repo": "nvchad-starter",
|
"repo": "nvchad-starter",
|
||||||
"rev": "e2d40320be0ac7647cdf31f75b87ad0ae8487cc7",
|
"rev": "5d08eeb330bf946f133fd85b4cb0e5627132448d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -63,7 +63,8 @@ in
|
|||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
blur = {
|
blur = {
|
||||||
enabled = false;
|
enabled = true;
|
||||||
|
# new_optimizations = false;
|
||||||
};
|
};
|
||||||
shadow = {
|
shadow = {
|
||||||
enabled = false;
|
enabled = false;
|
||||||
@@ -92,6 +93,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
|
"GDK_SCALE, 2.0"
|
||||||
"XCURSOR_SIZE, 32"
|
"XCURSOR_SIZE, 32"
|
||||||
"HYPRCURSOR_THEME, rose-pine-hyprcursor"
|
"HYPRCURSOR_THEME, rose-pine-hyprcursor"
|
||||||
"HYPRCURSOR_SIZE, 24"
|
"HYPRCURSOR_SIZE, 24"
|
||||||
|
|||||||
@@ -9,17 +9,17 @@
|
|||||||
|
|
||||||
home.packages = with pkgs; [ upower ];
|
home.packages = with pkgs; [ upower ];
|
||||||
|
|
||||||
# programs.hyprpanel = {
|
programs.hyprpanel = {
|
||||||
# # enable = true;
|
# enable = true;
|
||||||
# overlay.enable = true;
|
# overlay.enable = true;
|
||||||
# overwrite.enable = true;
|
# overwrite.enable = true;
|
||||||
#
|
|
||||||
# settings = {
|
settings = {
|
||||||
# theme.bar.transparent = true;
|
theme.bar.transparent = true;
|
||||||
# theme.font = {
|
theme.font = {
|
||||||
# name = "Fira Code Nerd Font";
|
name = "Fira Code Nerd Font";
|
||||||
# size = "14px";
|
size = "14px";
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,11 +67,11 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.picom = {
|
# services.picom = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
backend = "glx";
|
# backend = "glx";
|
||||||
vSync = true;
|
# vSync = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
services.flameshot = {
|
services.flameshot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
enable_audio_bell = false;
|
enable_audio_bell = false;
|
||||||
cursor_trail = 1;
|
cursor_trail = 1;
|
||||||
copy_on_select = true;
|
copy_on_select = true;
|
||||||
|
background_opacity = 0.9;
|
||||||
|
|
||||||
enabled_layouts = "tall, grid, fat, splits";
|
enabled_layouts = "tall, grid, fat, splits";
|
||||||
|
|
||||||
@@ -53,6 +54,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
font_size 14.0
|
||||||
|
|
||||||
background #1c1c1c
|
background #1c1c1c
|
||||||
foreground #ddeedd
|
foreground #ddeedd
|
||||||
cursor #e2bbef
|
cursor #e2bbef
|
||||||
|
|||||||
@@ -42,25 +42,18 @@
|
|||||||
"workspace 3 silent, class:bevy-.*"
|
"workspace 3 silent, class:bevy-.*"
|
||||||
"noinitialfocus, class:bevy-.*"
|
"noinitialfocus, class:bevy-.*"
|
||||||
"fullscreen, class:bevy-.*"
|
"fullscreen, class:bevy-.*"
|
||||||
|
|
||||||
|
"workspace 1 silent, title:egui-.*"
|
||||||
|
"bordersize 0, title:egui-.*"
|
||||||
|
"float, title:egui-.*"
|
||||||
|
"noblur, title:egui-.*"
|
||||||
|
"move 100%-w-20 100%-h-20, title:egui-.*"
|
||||||
];
|
];
|
||||||
|
|
||||||
render = {
|
render = {
|
||||||
explicit_sync = 2;
|
|
||||||
explicit_sync_kms = 0;
|
|
||||||
direct_scanout = true;
|
direct_scanout = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
opengl = {
|
|
||||||
nvidia_anti_flicker = 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
misc = {
|
|
||||||
vfr = 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
debug = {
|
|
||||||
damage_tracking = 0;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.hyprpanel.settings.layout = {
|
programs.hyprpanel.settings.layout = {
|
||||||
|
|||||||
@@ -46,13 +46,20 @@ in
|
|||||||
|
|
||||||
for_window [title="^ethui-test - main$"] workspace 2
|
for_window [title="^ethui-test - main$"] workspace 2
|
||||||
for_window [title="^ethui-test - main$"] border normal 2, floating enable, resize set 1280 1200, move position 4720 500
|
for_window [title="^ethui-test - main$"] border normal 2, floating enable, resize set 1280 1200, move position 4720 500
|
||||||
for_window [title="^ethui-test - dialog.*"] border normal 2, floating enable, resize set 800 800, move position mouse
|
for_window [title="^ethui-test - dialog"] border normal 2, floating enable, resize set 800 800, move position mouse
|
||||||
|
no_focus [title="^ethui-test - main$"]
|
||||||
|
no_focus [title="^ethui-test - dialog$"]
|
||||||
|
|
||||||
for_window [title="^ethui-dev - main$"] workspace 2
|
for_window [title="^ethui-dev - main$"] workspace 2
|
||||||
for_window [title="^ethui-dev - main$"] border normal 2, floating enable, resize set 1280 1200, move position 4720 500
|
for_window [title="^ethui-dev - main$"] border normal 2, floating enable, resize set 1280 1200, move position 4720 500
|
||||||
for_window [title="^ethui-dev - dialog.*"] border normal 2, floating enable, resize set 800 800, move position mouse
|
for_window [title="^ethui-dev - dialog"] border normal 2, floating enable, resize set 800 800, move position mouse
|
||||||
|
no_focus [title="^ethui-dev - main$"]
|
||||||
|
no_focus [title="^ethui-dev - dialog$"]
|
||||||
|
|
||||||
# for_window [class="^Ethui$"] border normal 2, floating enable, resize set 1280 1200, move position mouse
|
# for_window [class="^Ethui$"] border normal 2, floating enable, resize set 1280 1200, move position mouse
|
||||||
|
|
||||||
|
for_window [title="^egui-test$"] floating enable, border none, resize set 800 800, move position 2720 500
|
||||||
|
no_focus [title="^egui-test$"]
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user