Move pomodoro timer to the center

This commit is contained in:
coolneng 2022-04-13 18:13:05 +02:00
parent cf5575b311
commit 5fb7c8bda5
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

View File

@ -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": {