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