Move pomodoro timer to the center
This commit is contained in:
parent
cf5575b311
commit
5fb7c8bda5
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"layer": "top", // Waybar at top layer
|
||||
"height": 25, // Waybar height (to be removed for auto height)
|
||||
"modules-left": ["sway/workspaces", "custom/org-pomodoro"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-left": ["sway/workspaces" ],
|
||||
"modules-center": ["custom/org-pomodoro", "clock"],
|
||||
"modules-right": ["mpd", "network", "pulseaudio", "battery", "battery#bat2"],
|
||||
// Modules configuration
|
||||
// "sway/workspaces": {
|
||||
|
|
Loading…
Reference in New Issue