feat: new rounding style

This commit is contained in:
hesam-init 2024-02-25 00:52:03 +03:30
parent 33afd8c6d4
commit dc4cd2c325
3 changed files with 3 additions and 6 deletions

View file

@ -4,7 +4,7 @@
# ----------------------------------------------------- # -----------------------------------------------------
decoration { decoration {
rounding = 8 rounding = 6
blur { blur {
enabled = true enabled = true

View file

@ -153,6 +153,7 @@
"custom/gpu-usage": { "custom/gpu-usage": {
"exec": "~/.config/waybar/scripts/gpu-usage.sh", "exec": "~/.config/waybar/scripts/gpu-usage.sh",
"format": "{}% ", "format": "{}% ",
"tooltip": false,
"interval": 1 "interval": 1
}, },
"memory": { "memory": {
@ -215,9 +216,5 @@
"format": "⏻", "format": "⏻",
"on-click": "~/.config/hypr/scripts/rofi-launch.sh p", "on-click": "~/.config/hypr/scripts/rofi-launch.sh p",
"on-click-right": "pkill rofi" "on-click-right": "pkill rofi"
},
"custom/wallpaper": {
"format": " ",
"on-click": "bash ~/.config/system_scripts/pkill_bc"
} }
} }

View file

@ -2,7 +2,7 @@
* { * {
border: none; border: none;
border-radius: 6px; border-radius: 4px;
font-family: Roboto; font-family: Roboto;
font-size: 10px; font-size: 10px;
font-weight: bold; font-weight: bold;