feat(WIP): tray

feat(wip): tray

feat(wip): tray

feat(WIP): gdbus

feat(WIP): tray
This commit is contained in:
Alexis
2018-08-29 20:36:39 +02:00
parent 28c65c64e6
commit 0eee8eade7
18 changed files with 888 additions and 15 deletions

View File

@ -6,7 +6,7 @@
// Choose the order of the modules
"modules-left": ["sway/workspaces", "custom/spotify"],
"modules-center": ["sway/window"],
"modules-right": ["pulseaudio", "network", "cpu", "memory", "battery", "clock"],
"modules-right": ["pulseaudio", "network", "cpu", "memory", "battery", "clock", "tray"],
// Modules configuration
"sway/workspaces": {
// "disable-scroll": true,

View File

@ -27,7 +27,7 @@ window {
border-bottom: 3px solid white;
}
#clock, #battery, #cpu, #memory, #network, #pulseaudio, #custom-spotify {
#clock, #battery, #cpu, #memory, #network, #pulseaudio, #custom-spotify, #tray {
padding: 0 10px;
margin: 0 5px;
}
@ -94,3 +94,7 @@ window {
background: #66cc99;
color: #2a5c45;
}
#tray {
background-color: #2980b9;
}