non important commit
This commit is contained in:
parent
61dfedeac3
commit
eece229246
2 changed files with 31 additions and 56 deletions
|
|
@ -2,73 +2,48 @@
|
||||||
all: unset;
|
all: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.works {
|
.works {
|
||||||
background-color: rgba(0, 0, 0, 0.8);
|
background-color: rgba(30, 30, 30, 0.9);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
font-size: 20px;
|
font-size: 24px;
|
||||||
padding: 5px 10px;
|
padding: 8px 12px;
|
||||||
border-radius: 5px;
|
border-radius: 8px;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.2s ease;
|
||||||
|
min-width: 40px;
|
||||||
|
color: #888;
|
||||||
|
|
||||||
// Unoccupied workspace (class "0")
|
// Unoccupied workspace
|
||||||
&.0 {
|
&.0 {
|
||||||
color: rgba(255, 255, 255, 0.3);
|
color: #666;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Occupied workspace (class "01" - unoccupied flag + workspace name)
|
// Occupied (class will be like "01", "02", etc)
|
||||||
&.01,
|
&[class*="1"],
|
||||||
&.02,
|
&[class*="2"],
|
||||||
&.03,
|
&[class*="3"],
|
||||||
&.04,
|
&[class*="4"],
|
||||||
&.05,
|
&[class*="5"],
|
||||||
&.06,
|
&[class*="6"],
|
||||||
&.07,
|
&[class*="7"],
|
||||||
&.08,
|
&[class*="8"],
|
||||||
&.09,
|
&[class*="9"] {
|
||||||
&.010,
|
&:not(.0) {
|
||||||
&.011,
|
color: #fff;
|
||||||
&.012,
|
background-color: rgba(255, 255, 255, 0.15);
|
||||||
&.013,
|
|
||||||
&.014,
|
|
||||||
&.015,
|
|
||||||
&.016,
|
|
||||||
&.017,
|
|
||||||
&.018,
|
|
||||||
&.019,
|
|
||||||
&.020 {
|
|
||||||
color: rgba(255, 255, 255, 0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Focused workspace (class "011" - unoccupied + workspace + focused)
|
|
||||||
&.011,
|
|
||||||
&.022,
|
|
||||||
&.033,
|
|
||||||
&.044,
|
|
||||||
&.055,
|
|
||||||
&.066,
|
|
||||||
&.077,
|
|
||||||
&.088,
|
|
||||||
&.099,
|
|
||||||
&.01010,
|
|
||||||
&.01111,
|
|
||||||
&.01212,
|
|
||||||
&.01313,
|
|
||||||
&.01414,
|
|
||||||
&.01515,
|
|
||||||
&.01616,
|
|
||||||
&.01717,
|
|
||||||
&.01818,
|
|
||||||
&.01919,
|
|
||||||
&.02020 {
|
|
||||||
color: #ffffff;
|
|
||||||
background-color: rgba(255, 255, 255, 0.2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.25);
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
0
home/modules/eww/eww-config/scripts/workspace
Normal file → Executable file
0
home/modules/eww/eww-config/scripts/workspace
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue