Skip to content
Snippets Groups Projects
Commit cdd9d8f1 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Fix custom media

parent f77515f0
Branches
No related tags found
No related merge requests found
...@@ -11,8 +11,7 @@ ...@@ -11,8 +11,7 @@
"modules-left": [ "modules-left": [
"sway/workspaces", "sway/workspaces",
"sway/mode", "sway/mode",
"sway/scratchpad", "sway/scratchpad"
"custom/media"
], ],
//"modules-center": ["sway/window"], //"modules-center": ["sway/window"],
"modules-center": [ "modules-center": [
...@@ -20,6 +19,7 @@ ...@@ -20,6 +19,7 @@
"idle_inhibitor", "idle_inhibitor",
], ],
"modules-right": [ "modules-right": [
"custom/media",
"custom/disk_home", "custom/disk_home",
"temperature", "temperature",
"cpu", "cpu",
......
File mode changed from 100644 to 100755
...@@ -213,8 +213,9 @@ label:focus { ...@@ -213,8 +213,9 @@ label:focus {
} }
#custom-media { #custom-media {
background-color: #66cc99; /* background-color: #66cc99; */
color: #2a5c45; background-color: rgba(88, 88, 88, 0.6);
/* color: #2a5c45; */
min-width: 100px; min-width: 100px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment