non important commit
This commit is contained in:
parent
0b25b4b7a3
commit
3f51bf1e53
1 changed files with 18 additions and 50 deletions
|
|
@ -29,83 +29,51 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
style = ''
|
style = ''
|
||||||
/* Rose Pine Color Definitions */
|
/* Colors */
|
||||||
@define-color base #191724;
|
@define-color fg #fafafa;
|
||||||
@define-color subtle #908caa;
|
@define-color fg-alt #bdbdbd;
|
||||||
@define-color text #e0def4;
|
@define-color purple #d500f9;
|
||||||
@define-color love #eb6f92;
|
@define-color red #ff1744;
|
||||||
@define-color gold #f6c177;
|
@define-color trans transparent;
|
||||||
|
|
||||||
/* Global Settings */
|
/* Global Settings */
|
||||||
* {
|
* {
|
||||||
font-family: 'JetBrainsMono Nerd Font';
|
font-family: 'monospace';
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Waybar */
|
/* Waybar */
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: transparent;
|
background-color: @trans;
|
||||||
transition-property: background-color;
|
color: @fg;
|
||||||
transition-duration: .5s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Workspaces */
|
/* Workspaces */
|
||||||
#workspaces {
|
#workspaces {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 8px;
|
|
||||||
border: 1px solid alpha(@text, 0.15);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 3px;
|
padding: 0 8px;
|
||||||
border-radius: 2px;
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @text;
|
color: @fg-alt;
|
||||||
opacity: 1;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
color: @love;
|
color: @purple;
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.empty {
|
#workspaces button.urgent {
|
||||||
color: alpha(@text, 0.4);
|
color: @red;
|
||||||
opacity: 0.45;
|
|
||||||
transition: all 0.15s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.empty.active {
|
|
||||||
color: @love;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clock */
|
/* Clock */
|
||||||
#clock {
|
#clock {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 8px;
|
color: @fg;
|
||||||
border: 1px solid alpha(@text, 0.15);
|
padding: 0 8px;
|
||||||
color: @gold;
|
|
||||||
min-width: 16px;
|
|
||||||
margin: 1px 3px 1px 3px;
|
|
||||||
padding-left: 6px;
|
|
||||||
padding-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tooltip */
|
|
||||||
tooltip {
|
|
||||||
opacity: 1;
|
|
||||||
padding: 4px;
|
|
||||||
background-color: @base;
|
|
||||||
border: 1px solid alpha(@text, 0.15);
|
|
||||||
border-radius: 8px;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label {
|
|
||||||
color: @subtle;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue