armory: rough win98 style

This commit is contained in:
Trianta
2026-01-06 10:15:27 -06:00
parent 27f8a99fb0
commit 07de712a08
3 changed files with 81 additions and 24 deletions
+17 -8
View File
@@ -2,25 +2,26 @@
{
"name": "main",
"layer": "bottom",
"position": "top",
"position": "bottom",
"height": 40,
"spacing": 0,
"output": "DP-1",
"reload_style_on_change": true,
"modules-left": [
"custom/appmenu",
"disk",
"memory",
"cpu",
"custom/gpu",
"temperature"
"hyprland/workspaces",
"wlr/taskbar"
],
"modules-center": [
"hyprland/workspaces"
],
"modules-right": [
"tray",
"wireplumber",
"disk",
"memory",
"cpu",
"custom/gpu",
"temperature",
"network#ethernet",
"clock",
"custom/poweroff"
@@ -89,6 +90,14 @@
}
},
"wlr/taskbar": {
"format": "{icon} {title:.15}",
"tooltip-format": "{title}",
"on-click": "activate",
"ignore-list": [
"Wayland to X Recording bridge — Xwayland Video Bridge"
],
},
"wireplumber": {
"format": " {volume}%",
"format-muted": " 0%",
@@ -102,7 +111,7 @@
"spacing": 10
},
"custom/appmenu": {
"format": "",
"format": " Start",
"on-click": "pkill -x rofi || rofi -show drun"
},
"custom/gpu": {