Added eww bluetooth module
This commit is contained in:
@@ -38,6 +38,19 @@ tooltip label {
|
||||
color: $base02;
|
||||
}
|
||||
|
||||
/** Bluetooth **/
|
||||
.bluetooth {
|
||||
color: $base0D;
|
||||
}
|
||||
|
||||
.bluetooth.icon {
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.bluetooth-text {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
/** Wifi **/
|
||||
.wifi {
|
||||
color: $base0D;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
(include "./widgets/common.yuck")
|
||||
|
||||
(include "./widgets/battery.yuck")
|
||||
(include "./widgets/bluetooth.yuck")
|
||||
(include "./widgets/clock.yuck")
|
||||
(include "./widgets/volume.yuck")
|
||||
(include "./widgets/workspaces.yuck")
|
||||
@@ -35,6 +36,7 @@
|
||||
(box :halign "end"
|
||||
:orientation "h"
|
||||
:space-evenly "false"
|
||||
(bluetooth-module)
|
||||
(wifi-module)
|
||||
(battery-module)
|
||||
(volume-module)
|
||||
|
||||
Reference in New Issue
Block a user