mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -05:00
waybar: add tray module
This commit is contained in:
parent
4f17266b0b
commit
02e98263ae
@ -17,6 +17,7 @@
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"custom/bluetooth",
|
||||
"custom/media",
|
||||
"custom/arrow3",
|
||||
@ -85,6 +86,11 @@
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"icon-size": 24,
|
||||
"spacing": 8
|
||||
},
|
||||
|
||||
"custom/bluetooth": {
|
||||
"exec": "$HOME/.config/waybar/bluetooth.sh 2>/dev/null",
|
||||
"interval": 2,
|
||||
|
@ -12,7 +12,8 @@
|
||||
"mpd",
|
||||
"custom/arrow2",
|
||||
"custom/bluetooth",
|
||||
"custom/media"
|
||||
"custom/media",
|
||||
"tray"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
|
@ -92,13 +92,14 @@
|
||||
#custom-pulse,
|
||||
#custom-alsa,
|
||||
#battery,
|
||||
#custom-bluetooth,
|
||||
#custom-media,
|
||||
#mpd {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
#custom-bluetooth,
|
||||
#custom-media {
|
||||
#tray {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
|
@ -106,13 +106,14 @@
|
||||
#battery,
|
||||
#custom-layout,
|
||||
#mpd,
|
||||
#custom-bluetooth,
|
||||
#custom-media,
|
||||
#mode {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
#custom-bluetooth,
|
||||
#custom-media {
|
||||
#tray {
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user