diff --git a/hyprland/.config/hypr/conf/decorations/default.conf b/hyprland/.config/hypr/conf/decorations/default.conf index 9edbd50..5b81546 100644 --- a/hyprland/.config/hypr/conf/decorations/default.conf +++ b/hyprland/.config/hypr/conf/decorations/default.conf @@ -4,7 +4,7 @@ # ----------------------------------------------------- decoration { - rounding = 8 + rounding = 6 blur { enabled = true diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index 9405cfb..df2994d 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -153,6 +153,7 @@ "custom/gpu-usage": { "exec": "~/.config/waybar/scripts/gpu-usage.sh", "format": "{}% ", + "tooltip": false, "interval": 1 }, "memory": { @@ -215,9 +216,5 @@ "format": "⏻", "on-click": "~/.config/hypr/scripts/rofi-launch.sh p", "on-click-right": "pkill rofi" - }, - "custom/wallpaper": { - "format": " ", - "on-click": "bash ~/.config/system_scripts/pkill_bc" } } \ No newline at end of file diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index 38c57db..a68ba8d 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -2,7 +2,7 @@ * { border: none; - border-radius: 6px; + border-radius: 4px; font-family: Roboto; font-size: 10px; font-weight: bold;