I3 to Sway #1
2 changed files with 8 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
"clock",
|
||||
"tray"
|
||||
],
|
||||
"sway/workspaces": {
|
||||
"sway/workspaces": {
|
||||
"all-outputs": true
|
||||
},
|
||||
"sway/mode": {
|
||||
|
@ -157,10 +157,14 @@
|
|||
"backlight",
|
||||
"pulseaudio",
|
||||
"mpd",
|
||||
"clock",
|
||||
"custom/clock",
|
||||
"tray"
|
||||
],
|
||||
"sway/workspaces": {
|
||||
"custom/clock": {
|
||||
"exec": "date +'%a %x %R'",
|
||||
"interval": 60,
|
||||
},
|
||||
"sway/workspaces": {
|
||||
"all-outputs": true
|
||||
},
|
||||
"sway/mode": {
|
||||
|
|
|
@ -23,6 +23,7 @@ window#waybar {
|
|||
#custom-multimedia_previous,
|
||||
#custom-multimedia_current,
|
||||
#custom-multimedia_next,
|
||||
#custom-clock,
|
||||
#clock,
|
||||
#mpd,
|
||||
#backlight,
|
||||
|
|
Loading…
Reference in a new issue