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