non important commit
This commit is contained in:
parent
e01d53b29d
commit
86d96c0a9a
1 changed files with 46 additions and 13 deletions
|
|
@ -40,52 +40,85 @@
|
||||||
font-family: 'monospace';
|
font-family: 'monospace';
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Disable all hover effects globally */
|
|
||||||
*:hover {
|
|
||||||
background-color: inherit;
|
|
||||||
color: inherit;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
border: none;
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Waybar */
|
/* Waybar */
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: @trans;
|
background-color: rgba(0, 0, 0, 0);
|
||||||
color: @fg;
|
color: @fg;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Workspaces */
|
/* Workspaces */
|
||||||
#workspaces {
|
#workspaces {
|
||||||
background-color: @trans;
|
background-color: rgba(0, 0, 0, 0);
|
||||||
color: @fg;
|
color: @fg;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
background-color: @trans;
|
background-color: rgba(0, 0, 0, 0);
|
||||||
|
background-image: none;
|
||||||
color: @fg-alt;
|
color: @fg-alt;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button:hover {
|
||||||
|
background-color: rgba(0, 0, 0, 0);
|
||||||
|
background-image: none;
|
||||||
|
background: none;
|
||||||
|
color: @fg-alt;
|
||||||
|
box-shadow: none;
|
||||||
|
text-shadow: none;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
|
background-color: rgba(0, 0, 0, 0);
|
||||||
|
color: @purple;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.active:hover {
|
||||||
|
background-color: rgba(0, 0, 0, 0);
|
||||||
|
background-image: none;
|
||||||
color: @purple;
|
color: @purple;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
|
background-color: rgba(0, 0, 0, 0);
|
||||||
|
color: @red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.urgent:hover {
|
||||||
|
background-color: rgba(0, 0, 0, 0);
|
||||||
|
background-image: none;
|
||||||
color: @red;
|
color: @red;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clock */
|
/* Clock */
|
||||||
#clock {
|
#clock {
|
||||||
background-color: @trans;
|
background-color: rgba(0, 0, 0, 0);
|
||||||
|
background-image: none;
|
||||||
|
background: none;
|
||||||
color: @fg;
|
color: @fg;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clock:hover {
|
||||||
|
background-color: rgba(0, 0, 0, 0);
|
||||||
|
background-image: none;
|
||||||
|
background: none;
|
||||||
|
color: @fg;
|
||||||
|
box-shadow: none;
|
||||||
|
text-shadow: none;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue