waybar: update with current style choice
This commit is contained in:
+6
-9
@@ -2,26 +2,23 @@
|
||||
{
|
||||
"name": "main",
|
||||
"layer": "bottom",
|
||||
"position": "bottom",
|
||||
"height": 38,
|
||||
"position": "top",
|
||||
"height": 28,
|
||||
"spacing": 0,
|
||||
"output": "DP-1",
|
||||
"reload_style_on_change": true,
|
||||
"margin-left": 12,
|
||||
"margin-right": 12,
|
||||
"margin-top": 6,
|
||||
"margin-bottom": 6,
|
||||
"modules-left": [
|
||||
"wireplumber",
|
||||
"hyprland/workspaces",
|
||||
"disk",
|
||||
"memory",
|
||||
"cpu",
|
||||
"custom/gpu",
|
||||
"temperature"
|
||||
],
|
||||
"modules-center": ["hyprland/workspaces"],
|
||||
"modules-center": [],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"wireplumber",
|
||||
"network#ethernet",
|
||||
"clock",
|
||||
"custom/poweroff"
|
||||
@@ -38,7 +35,7 @@
|
||||
"tooltip": false
|
||||
},
|
||||
"disk": {
|
||||
"format": " {}%",
|
||||
"format": " {percentage_used}%",
|
||||
"tooltip-format": "{used} / {total} used"
|
||||
},
|
||||
"idle_inhibitor": {
|
||||
|
||||
Reference in New Issue
Block a user