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 {
rounding = 8
rounding = 6
blur {
enabled = true

View file

@ -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"
}
}

View file

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