mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
also add waybar again
This commit is contained in:
parent
72e3d7e000
commit
00766794d7
3 changed files with 143 additions and 0 deletions
61
waybar/style.css
Normal file
61
waybar/style.css
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
@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