Add files via upload
This commit is contained in:
@@ -5,271 +5,164 @@
|
||||
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
|
||||
*
|
||||
* =========================================================================== */
|
||||
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Keyframes
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
@keyframes blink-warning {
|
||||
70% {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
to {
|
||||
color: white;
|
||||
background-color: orange;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@keyframes blink-critical {
|
||||
70% {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
to {
|
||||
color: white;
|
||||
background-color: red;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Base styles
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
/* Reset all styles */
|
||||
* {
|
||||
border: none;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
min-height: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin: 0px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
padding-left: 15;
|
||||
padding-right: 15;
|
||||
}
|
||||
|
||||
|
||||
/* The whole bar */
|
||||
#waybar {
|
||||
background: #000000;
|
||||
background: black;
|
||||
color: white;
|
||||
font-family: UbuntuMono;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* Each module */
|
||||
#battery,
|
||||
#clock,
|
||||
#cpu,
|
||||
#backlight
|
||||
#custom-keyboard-layout,
|
||||
#memory,
|
||||
#mode,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
#custom-weather,
|
||||
#temperature,
|
||||
#tray {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin-right: 2px;
|
||||
margin-top: 4px;
|
||||
margin-bottom:4px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Module styles
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
#battery {
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
/*
|
||||
background-color: #545157;
|
||||
*/
|
||||
margin-right: 8px;
|
||||
margin-left: 8px;
|
||||
font-size: 13px;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
|
||||
#battery.warning {
|
||||
color: orange;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
|
||||
#battery.critical {
|
||||
color: red;
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
||||
#battery.warning.discharging {
|
||||
animation-name: blink-warning;
|
||||
animation-duration: 3s;
|
||||
animation-name: blink-warning;
|
||||
animation-duration: 3s;
|
||||
}
|
||||
|
||||
|
||||
#battery.critical.discharging {
|
||||
animation-name: blink-critical;
|
||||
animation-duration: 2s;
|
||||
animation-name: blink-critical;
|
||||
animation-duration: 2s;
|
||||
}
|
||||
|
||||
#clock{
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
||||
#cpu {
|
||||
/*
|
||||
no styles
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
#cpu.warning {
|
||||
color: orange;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
|
||||
#cpu.critical {
|
||||
color: red;
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
||||
#memory {
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
|
||||
#memory.warning {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
color: orange;
|
||||
}
|
||||
|
||||
#memory.critical {
|
||||
color: red;
|
||||
animation-name: blink-critical;
|
||||
animation-duration: 2s;
|
||||
animation-name: blink-critical;
|
||||
animation-duration: 2s;
|
||||
}
|
||||
|
||||
|
||||
#mode {
|
||||
background: #64727D;
|
||||
border-top: 2px solid white;
|
||||
/* To compensate for the top border and still have vertical centering */
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
#network {
|
||||
margin-left: 20px;
|
||||
|
||||
}
|
||||
|
||||
background: red;
|
||||
margin-top:2.5px;
|
||||
margin-bottom:2.5px;
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: @base07;
|
||||
|
||||
margin-right: 8px;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
color: @base07;
|
||||
margin-right: 8px;
|
||||
|
||||
color: @base07;
|
||||
}
|
||||
|
||||
#custom-spotify {
|
||||
color: rgb(102, 220, 105);
|
||||
}
|
||||
|
||||
#temperature {
|
||||
/* No styles */
|
||||
}
|
||||
|
||||
|
||||
#temperature.critical {
|
||||
color: red;
|
||||
color: red;
|
||||
}
|
||||
|
||||
#tray {
|
||||
font-size: 17px;
|
||||
margin-right: 7px;
|
||||
margin-top: 4px;
|
||||
margin-bottom:4px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
#window {
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
#workspaces button {
|
||||
border-top: 2px solid transparent;
|
||||
/* To compensate for the top border and still have vertical centering */
|
||||
padding-bottom: 2px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
color: #888888;
|
||||
}
|
||||
|
||||
color: #888888;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
border-color: #4c7899;
|
||||
color: white;
|
||||
background-color: #285577;
|
||||
border-color: #4c7899;
|
||||
color: white;
|
||||
background-color: #285577;
|
||||
}
|
||||
|
||||
|
||||
#workspaces button.urgent {
|
||||
border-color: #c9545d;
|
||||
color: #c9545d;
|
||||
}
|
||||
#custom-power {
|
||||
|
||||
font-size: 18px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin-top: 3px;
|
||||
|
||||
}
|
||||
#backlight {
|
||||
margin-right:5px;
|
||||
color: #c4b729;
|
||||
|
||||
}
|
||||
#custom-weather {
|
||||
/*
|
||||
no styles
|
||||
*/
|
||||
border-color: #c9545d;
|
||||
color: #c9545d;
|
||||
}
|
||||
|
||||
#custom-firefox {
|
||||
font-size: 15px;
|
||||
color: #d08770;
|
||||
color: #d08770;
|
||||
}
|
||||
#custom-files {
|
||||
color: #ebcb8b;
|
||||
font-size: 15px;
|
||||
color: #ebcb8b;
|
||||
}
|
||||
#custom-seperator {
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
font-size: 20px;
|
||||
|
||||
}
|
||||
#custom-keyboard-layout {
|
||||
/*
|
||||
no styles
|
||||
*/
|
||||
}
|
||||
#custom-launcher {
|
||||
color: #eceff4;
|
||||
font-size: 25px;
|
||||
margin-right: 7px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
#custom-power {
|
||||
color: #eceff4;
|
||||
font-size: 17px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
|
||||
font-size: 15px;
|
||||
margin-right:1px;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#custom-launcher {
|
||||
font-size: 20px;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user