First commit
This commit is contained in:
commit
b99375976e
24 changed files with 855 additions and 0 deletions
98
private_dot_config/waybar/style.css
Normal file
98
private_dot_config/waybar/style.css
Normal file
|
@ -0,0 +1,98 @@
|
|||
* {
|
||||
font-family: Fira Sans;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: #151515;
|
||||
color: #e8e3e3;
|
||||
border: none;
|
||||
}
|
||||
|
||||
button {
|
||||
box-shadow: inset 0 -3px transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background: inherit;
|
||||
box-shadow: inset 0 -2px #e3e8e8;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 5px 8px;
|
||||
background-color: transparent;
|
||||
color: #e8e3e3;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
box-shadow: inset 0 -2px #e8e3e3;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
color: #b66467;
|
||||
}
|
||||
|
||||
#workspaces button.empty {
|
||||
color: #424242;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#battery,
|
||||
#cpu,
|
||||
#memory,
|
||||
#disk,
|
||||
#temperature,
|
||||
#backlight,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
#wireplumber,
|
||||
#custom-media,
|
||||
#tray,
|
||||
#mode,
|
||||
#idle_inhibitor,
|
||||
#scratchpad,
|
||||
#power-profiles-daemon,
|
||||
#mpd {
|
||||
padding: 5px 8px;
|
||||
color: #e8e3e3;
|
||||
}
|
||||
|
||||
#window,
|
||||
#workspaces {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.modules-left > widget:first-child > #workspaces {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.modules-right > widget:last-child > #workspaces {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
to {
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
label:focus {
|
||||
background-color: #e8e3e3;
|
||||
}
|
||||
|
||||
|
||||
#tray > .passive {
|
||||
-gtk-icon-effect: dim;
|
||||
}
|
||||
|
||||
#tray > .needs-attention {
|
||||
-gtk-icon-effect: highlight;
|
||||
background-color: #eb4d4b;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue