This commit is contained in:
2023-09-28 12:21:01 +02:00
parent 7e3ad70840
commit e2772e383c
17 changed files with 517 additions and 722 deletions

View File

@@ -1,16 +1,30 @@
[{
"spacing": 4, // Gaps between modules (4px)
"modules-left": ["sway/workspaces"],
"modules-left": ["sway/workspaces", "wlr/taskbar"],
"modules-center": [],
"modules-right": ["pulseaudio", "memory", "cpu", "battery", "network", "custom/pacman", "clock", "tray"],
"memory": {
"format": "\uf538 {used:0.1f}GiB",
"on-click": "kitty --class kitty-scratch -c ~/.config/kitty/kitty-scratch.conf btop"
},
"sway/workspaces": {
"format": "{value}"
},
"wlr/taskbar": {
"on-click": "activate"
},
"tray": {
"spacing": 10
},
"clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"tooltip-format": "<tt><small>{calendar}</small></tt>",
"calendar": {
"mode": "year",
"mode-mon-col": 3,
"format": {
"today": "<b><u>{}</u></b>"
}
},
"format": "\uf017 {:%A %d/%m/%Y %H:%M}"
},
"cpu": {