feat: new rounding style
This commit is contained in:
parent
33afd8c6d4
commit
dc4cd2c325
3 changed files with 3 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
# -----------------------------------------------------
|
||||
|
||||
decoration {
|
||||
rounding = 8
|
||||
rounding = 6
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
border-radius: 4px;
|
||||
font-family: Roboto;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Reference in a new issue