dev: automated commit - 2025-06-09 09:35:58
This commit is contained in:
parent
6f13d4b40d
commit
c71e2bd9a9
5 changed files with 92 additions and 22 deletions
|
@ -1,4 +1,66 @@
|
|||
[
|
||||
{
|
||||
"include": [
|
||||
"~/.config/waybar/common.jsonc"
|
||||
],
|
||||
"modules-left": [
|
||||
"sway/workspaces"
|
||||
],
|
||||
"modules-right": [
|
||||
"disk",
|
||||
"cpu",
|
||||
"memory"
|
||||
],
|
||||
"output": [
|
||||
"DP-1"
|
||||
],
|
||||
"cpu": {
|
||||
"interval": 10,
|
||||
"format": " {}%",
|
||||
"max-length": 10
|
||||
},
|
||||
"memory": {
|
||||
"interval": 30,
|
||||
"format": " {used:0.1f}/{total:0.1f} GiB"
|
||||
},
|
||||
"disk": {
|
||||
"interval": 30,
|
||||
"format": " {used}/{total}",
|
||||
"unit": "GiB",
|
||||
"path": "/home"
|
||||
}
|
||||
},
|
||||
{
|
||||
"include": [
|
||||
"~/.config/waybar/common.jsonc"
|
||||
],
|
||||
"modules-left": [
|
||||
"sway/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"custom/playerctl",
|
||||
"custom/playerlabel"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/wf-recorder",
|
||||
"custom/randwall",
|
||||
"pulseaudio",
|
||||
"custom/vpn",
|
||||
"custom/notification",
|
||||
"tray",
|
||||
"clock"
|
||||
],
|
||||
"output": [
|
||||
"HDMI-A-1"
|
||||
],
|
||||
"custom/vpn": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"interval": 1,
|
||||
"exec": "/home/forbi/.local/bin/vpn",
|
||||
"on-click": "/home/forbi/.local/bin/vpn toggle"
|
||||
}
|
||||
},
|
||||
{
|
||||
"include": [
|
||||
"~/.config/waybar/common.jsonc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue