armory: update dotfiles

This commit is contained in:
Trianta
2024-11-19 00:36:14 -06:00
parent 21bd651d07
commit 8099e507d7
4 changed files with 47 additions and 22 deletions
+10 -4
View File
@@ -3,19 +3,21 @@
"name": "main",
"layer": "bottom",
"position": "top",
"height": 28,
"height": 40,
"spacing": 0,
"output": "DP-1",
"reload_style_on_change": true,
"modules-left": [
"hyprland/workspaces",
"custom/appmenu",
"disk",
"memory",
"cpu",
"custom/gpu",
"temperature"
],
"modules-center": [],
"modules-center": [
"hyprland/workspaces"
],
"modules-right": [
"tray",
"wireplumber",
@@ -99,6 +101,10 @@
"icon-size": 21,
"spacing": 10
},
"custom/appmenu": {
"format": "",
"on-click": "pkill -x rofi || rofi -show drun"
},
"custom/gpu": {
"format": "󰔂 {}%",
"interval": 5,
@@ -108,7 +114,7 @@
"custom/poweroff": {
"tooltip": false,
"format": " ",
"on-click": "bash $HOME/.config/waybar/scripts/poweroff.sh"
"on-click": "pgrep poweroff.sh || $HOME/.config/waybar/scripts/poweroff.sh"
},
}
]