mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 15:50:30 +01:00
feat: enable shadow and swayosd
This commit is contained in:
parent
16262c2f19
commit
ef52a0fad8
1 changed files with 9 additions and 0 deletions
|
|
@ -89,6 +89,8 @@
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
services.swayosd.enable = true;
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|
||||||
|
|
@ -198,6 +200,13 @@
|
||||||
inactive_opacity = 0.75;
|
inactive_opacity = 0.75;
|
||||||
# fullscreen_opacity = 1.0;
|
# fullscreen_opacity = 1.0;
|
||||||
|
|
||||||
|
shadow = {
|
||||||
|
enabled = true;
|
||||||
|
render_power = 4;
|
||||||
|
ignore_window = true;
|
||||||
|
# offset = [ ];
|
||||||
|
};
|
||||||
|
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
size = 7;
|
size = 7;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue