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
|
"layer": "top", // Waybar at top layer
|
||||||
"height": 25, // Waybar height (to be removed for auto height)
|
"height": 25, // Waybar height (to be removed for auto height)
|
||||||
"modules-left": ["sway/workspaces", "custom/org-pomodoro"],
|
"modules-left": ["sway/workspaces" ],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["custom/org-pomodoro", "clock"],
|
||||||
"modules-right": ["mpd", "network", "pulseaudio", "battery", "battery#bat2"],
|
"modules-right": ["mpd", "network", "pulseaudio", "battery", "battery#bat2"],
|
||||||
// Modules configuration
|
// Modules configuration
|
||||||
// "sway/workspaces": {
|
// "sway/workspaces": {
|
||||||
|
|
Loading…
Reference in New Issue