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

@@ -26,6 +26,8 @@
[rerere] [rerere]
enabled = true enabled = true
autoupdate = true autoupdate = true
[merge]
conflictstyle = diff3
[mergetool] [mergetool]
keeptemporaries = false keeptemporaries = false
keepbackups = false keepbackups = false

View File

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

View File

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