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
+7
View File
@@ -0,0 +1,7 @@
termite Terminal
xfmpc "Music Player"
firefox "Web Browser"
megapixels "Camera"
portfolio-fm "File Manager"
"sudo reboot" Restart
"sudo poweroff" Shutdown
+2 -2
View File
@@ -313,8 +313,8 @@ exec "portfolio-fm"
for_window [app_id="portfolio-fm"] move workspace $WINV
# DATA
exec "epiphany"
for_window [app_id="epiphany"] move workspace $WDATA
exec "firefox"
for_window [app_id="firefox"] move workspace $WDATA; boarder none
# MAP
exec "gnome-maps"
+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;
}