00: cleanup config
This commit is contained in:
+12
-15
@@ -2,26 +2,24 @@
|
||||
{
|
||||
"name": "main",
|
||||
"layer": "bottom",
|
||||
"position": "bottom",
|
||||
"position": "top",
|
||||
"height": 40,
|
||||
"spacing": 0,
|
||||
"output": "DP-1",
|
||||
"reload_style_on_change": true,
|
||||
"modules-left": [
|
||||
"custom/appmenu",
|
||||
"hyprland/workspaces",
|
||||
"wlr/taskbar"
|
||||
"disk",
|
||||
"memory",
|
||||
"cpu",
|
||||
"temperature",
|
||||
"custom/gpu-usage"
|
||||
],
|
||||
"modules-center": [
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"wireplumber",
|
||||
"disk",
|
||||
"memory",
|
||||
"cpu",
|
||||
"custom/gpu",
|
||||
"temperature",
|
||||
"network#ethernet",
|
||||
"clock",
|
||||
"custom/poweroff"
|
||||
@@ -111,14 +109,13 @@
|
||||
"spacing": 10
|
||||
},
|
||||
"custom/appmenu": {
|
||||
"format": " Start",
|
||||
"format": "",
|
||||
"on-click": "pkill -x rofi || rofi -show drun"
|
||||
},
|
||||
"custom/gpu": {
|
||||
"format": " {}%",
|
||||
"interval": 5,
|
||||
"tooltip": false,
|
||||
"exec": "nvidia-smi --query | grep Gpu | tail -1 | awk '{print $3}'"
|
||||
"custom/gpu-usage": {
|
||||
"format": " {text}",
|
||||
"exec": "gpu-usage-waybar",
|
||||
"return-type": "json"
|
||||
},
|
||||
"custom/poweroff": {
|
||||
"tooltip": false,
|
||||
|
||||
Reference in New Issue
Block a user