armory: rough win98 style
This commit is contained in:
+17
-8
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user