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 = ''
|
||||
/* 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 {
|
||||
padding: 0 2px;
|
||||
background-color: @trans;
|
||||
color: @fg-alt;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @purple;
|
||||
}
|
||||
#workspaces button.active {
|
||||
color: @purple;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
color: @red;
|
||||
}
|
||||
#workspaces button.urgent {
|
||||
color: @red;
|
||||
}
|
||||
|
||||
/* Clock */
|
||||
#clock {
|
||||
background-color: transparent;
|
||||
color: @fg;
|
||||
padding: 0 8px;
|
||||
}
|
||||
/* Clock */
|
||||
#clock {
|
||||
background-color: transparent;
|
||||
color: @fg;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
#clock:hover {
|
||||
background-color: @trans;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue