From dc4cd2c325f2bd452c9836314e8b92677e091aa2 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sun, 25 Feb 2024 00:52:03 +0330 Subject: [PATCH] feat: new rounding style --- hyprland/.config/hypr/conf/decorations/default.conf | 2 +- hyprland/.config/waybar/river/config.jsonc | 5 +---- hyprland/.config/waybar/river/style.css | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) 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;