00: cleanup config

This commit is contained in:
2026-02-07 09:40:24 -06:00
parent ddbfe8919d
commit 0bae345352
12 changed files with 197 additions and 695 deletions
+12 -15
View File
@@ -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,