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 {
|
decoration {
|
||||||
rounding = 8
|
rounding = 6
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
|
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue