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