Install packages listed, added sway service
This commit is contained in:
+10
-1
@@ -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": "☠"
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user