Install packages listed, added sway service
This commit is contained in:
@@ -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
@@ -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
@@ -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