Initial
This commit is contained in:
commit
c8734e660a
392 changed files with 21043 additions and 0 deletions
143
.config/waybar/solarized-theme/style.css
Normal file
143
.config/waybar/solarized-theme/style.css
Normal file
|
|
@ -0,0 +1,143 @@
|
|||
@import "/home/rfacundes/.config/waybar/style.css";
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: rgba(43, 48, 59, 0.3);
|
||||
border-bottom: 3px solid transparent;
|
||||
color: @foreground;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 5px;
|
||||
background: rgba(43, 48, 59, 0.8);
|
||||
color: @foreground;
|
||||
border-bottom: 3px solid transparent;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background: rgba(100, 114, 125, 0.2);
|
||||
border-bottom: 3px solid @color15;
|
||||
}
|
||||
|
||||
#mode {
|
||||
background: transparent;
|
||||
border-bottom: 3px solid @color15;
|
||||
}
|
||||
|
||||
#clock, #battery, #cpu, #memory, #network, #pulseaudio, #custom-spotify, #tray, #mode, #custom-temp, #custom-root, #custom-home, #custom-backup, #custom-scratch, #custom-main {
|
||||
padding: 0 6px;
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
background-color: transparent;
|
||||
border-bottom: 3px solid @color1;
|
||||
color: @foreground;
|
||||
}
|
||||
|
||||
#battery {
|
||||
background-color: #ffffff;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
color: white;
|
||||
background-color: #26A65B;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
to {
|
||||
background-color: #ffffff;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
background: #f53c3c;
|
||||
color: white;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
background: transparent;
|
||||
border-bottom: 3px solid @color5;
|
||||
color: @foreground;
|
||||
}
|
||||
|
||||
#memory {
|
||||
background: transparent;
|
||||
border-bottom: 3px solid @color7;
|
||||
color: @foreground;
|
||||
}
|
||||
|
||||
#network {
|
||||
background: transparent;
|
||||
border-bottom: 3px solid @color16;
|
||||
color: @foreground
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
background: transparent;
|
||||
color: crimson;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
background: transparent;
|
||||
border-bottom: 3px solid @color15;
|
||||
color: @foreground;
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
background: #90b1b1;
|
||||
color: #2a5c45;
|
||||
}
|
||||
|
||||
#custom-spotify {
|
||||
background: #66cc99;
|
||||
color: #2a5c45;
|
||||
}
|
||||
|
||||
#tray {
|
||||
background-color: transparent;
|
||||
border-bottom: 3px solid @color15;
|
||||
}
|
||||
|
||||
#custom-root {
|
||||
background: transparent;
|
||||
border-bottom: 4px solid @color9;
|
||||
}
|
||||
|
||||
#custom-temp {
|
||||
background: transparent;
|
||||
border-bottom: 3px solid @color5;
|
||||
}
|
||||
|
||||
#custom-home {
|
||||
background: transparent;
|
||||
border-bottom: 4px solid @color9;
|
||||
}
|
||||
|
||||
#custom-main {
|
||||
background: transparent;
|
||||
border-bottom: 3px solid @color10;
|
||||
}
|
||||
|
||||
#custom-backup {
|
||||
background: transparent;
|
||||
border-bottom: 3px solid @color10;
|
||||
}
|
||||
|
||||
#custom-scratch {
|
||||
background: transparent;
|
||||
border-bottom: 3px solid @color11;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue