remove rounded corners and fix Picture-in-Picture

This commit is contained in:
Kopatz
2025-10-27 16:14:36 +01:00
parent ebca834f9f
commit 212339f7e2
3 changed files with 6 additions and 2 deletions

View File

@@ -134,7 +134,8 @@ in
decoration = {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10;
#rounding = 10;
rounding = 0;
#blur = yes
#blur_size = 3
#blur_passes = 1
@@ -349,6 +350,7 @@ in
"opacity 0.9, class:discord, fullscreen:0"
"opacity 0.1, title:cava"
"float, title:Picture-in-Picture"
"suppressevent maximize, title:Picture-in-Picture"
];
exec-once = [

View File

@@ -9,7 +9,7 @@
* {
font-family: FiraCode , Noto Sans,FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
border-radius: 0.75em;
/*border-radius: 0.75em*/;
}
window#waybar {