Install packages listed, added sway service

This commit is contained in:
Dejvino
2021-01-10 22:21:55 +01:00
parent dbac2f1ba5
commit e9a63d4128
7 changed files with 106 additions and 3 deletions
+10 -1
View File
@@ -94,7 +94,7 @@
{
"layer": "top",
"position": "left",
"width": 15,
"width": 60,
"output": "DSI-1",
"modules-left": [
@@ -102,6 +102,7 @@
"memory",
//"battery", // broken for some reason...
"custom/battery",
"idle_inhibitor",
"temperature",
"disk",
"backlight",
@@ -124,6 +125,14 @@
"format": "⚛ {}"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
}
},
"custom/kill": {
"on-click": "swaymsg kill",
"format": "☠"
+8
View File
@@ -27,6 +27,7 @@
#network,
#pulseaudio,
#temperature,
#idle_inhibitor,
#custom-battery,
#custom-alsa,
#custom-kill,
@@ -85,6 +86,13 @@
color: red;
}
#idle_inhibitor.activated {
color: orange;
}
#idle_inhibitor.deactivated {
color: green;
}
#clock.date {
font-weight: bold;
}