non important commit
This commit is contained in:
parent
648f31feac
commit
c0bbb2c656
1 changed files with 57 additions and 50 deletions
|
|
@ -34,61 +34,68 @@
|
|||
};
|
||||
|
||||
style = ''
|
||||
/* Colors */
|
||||
@define-color fg #fafafa;
|
||||
@define-color fg-alt #bdbdbd;
|
||||
@define-color purple #d500f9;
|
||||
@define-color red #ff1744;
|
||||
@define-color trans transparent;
|
||||
/* Colors */
|
||||
@define-color fg #fafafa;
|
||||
@define-color fg-alt #bdbdbd;
|
||||
@define-color purple #d500f9;
|
||||
@define-color red #ff1744;
|
||||
@define-color trans transparent;
|
||||
|
||||
/* Global Settings */
|
||||
* {
|
||||
font-family: 'monospace';
|
||||
font-size: 10px;
|
||||
min-height: 0px;
|
||||
}
|
||||
/* Global Settings */
|
||||
* {
|
||||
font-family: 'monospace';
|
||||
font-size: 10px;
|
||||
min-height: 0px;
|
||||
}
|
||||
|
||||
/* Waybar */
|
||||
window#waybar {
|
||||
background-color: @trans;
|
||||
color: @fg;
|
||||
}
|
||||
/* Waybar */
|
||||
window#waybar {
|
||||
background-color: @trans;
|
||||
color: @fg;
|
||||
}
|
||||
|
||||
/* Workspaces */
|
||||
#workspaces {
|
||||
background-color: @trans;
|
||||
color: @fg;
|
||||
}
|
||||
/* Workspaces */
|
||||
#workspaces {
|
||||
background-color: @trans;
|
||||
color: @fg;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background-color: @trans;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 2px;
|
||||
background-color: @trans;
|
||||
color: @fg-alt;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @purple;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
color: @red;
|
||||
}
|
||||
|
||||
/* Clock */
|
||||
#clock {
|
||||
background-color: transparent;
|
||||
color: @fg;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
#clock:hover {
|
||||
#workspaces button:hover {
|
||||
background-color: @trans;
|
||||
}
|
||||
color: @fg-alt;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 2px;
|
||||
background-color: @trans;
|
||||
color: @fg-alt;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @purple;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
color: @red;
|
||||
}
|
||||
|
||||
/* Clock */
|
||||
#clock {
|
||||
background-color: transparent;
|
||||
color: @fg;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
#clock:hover {
|
||||
background-color: @trans;
|
||||
color: @fg;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue