mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 03:50:03 +02:00
remove old configs
This commit is contained in:
parent
a7ac339c7a
commit
313e11737e
13 changed files with 0 additions and 705 deletions
|
|
@ -1,61 +0,0 @@
|
|||
@import "colors.css";
|
||||
|
||||
* {
|
||||
font-family: "IosevkaCustom Nerd Font";
|
||||
font-size: 22px;
|
||||
min-height: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
color: @text;
|
||||
background: @mantle;
|
||||
}
|
||||
|
||||
/* Workspace buttons */
|
||||
button {
|
||||
color: @blue;
|
||||
box-shadow: inset 0 3px transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
button:hover,
|
||||
button.active,
|
||||
button.focused {
|
||||
background: inherit;
|
||||
box-shadow: inset 0 3px @blue;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.modules-right > widget > * {
|
||||
padding: 0 .4em;
|
||||
}
|
||||
|
||||
.modules-right > widget:not(:last-child) > * {
|
||||
margin-right: .4em;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
color: @sky;
|
||||
}
|
||||
|
||||
#memory {
|
||||
color: @peach;
|
||||
}
|
||||
|
||||
#clock {
|
||||
color: @mauve;
|
||||
}
|
||||
|
||||
#network {
|
||||
color: @lavender;
|
||||
}
|
||||
|
||||
#network.disabled,
|
||||
#network.disconnected {
|
||||
color: @red;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue