Add .config/waybar/_modules/dualsense-notifier.sh
Add .config/waybar/_modules/storage.sh Add .config/waybar/_modules/wittr.sh Add .config/waybar/dracula/colors.css Add .config/waybar/dracula/config Add .config/waybar/dracula/style.css Add .config/waybar/geo/config Add .config/waybar/geo/weather.sh Add .config/waybar/geo/style.css Add .config/waybar/jinks/bak.css Add .config/waybar/jinks/colors.css Add .config/waybar/jinks/config Add .config/waybar/jinks/style.css Add .config/waybar/siren/config Add .config/waybar/siren/style.css Add .config/waybar/sway/config Add .config/waybar/sway/config.save Add .config/waybar/sway/style.css
This commit is contained in:
parent
9fc7bf8ecb
commit
c2f4366fd0
18 changed files with 2122 additions and 0 deletions
121
private_dot_config/waybar/geo/style.css
Normal file
121
private_dot_config/waybar/geo/style.css
Normal file
|
@ -0,0 +1,121 @@
|
|||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "monospace";
|
||||
font-size: 12px;
|
||||
min-height: 16px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
/*background: #000000;*/
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
color: gray;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#window {
|
||||
color: #e4e4e4;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 2px;
|
||||
margin: 0px;
|
||||
background: transparent;
|
||||
color: #ff8700;
|
||||
/*
|
||||
color: #00afd7;
|
||||
color: #ffffff;
|
||||
border: 1px solid #00afd7;
|
||||
*/
|
||||
border: 1px solid #1b1d1e;
|
||||
font-weight: bold;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background: #e88939;
|
||||
background: #00afd7;
|
||||
color: #1b1d1e;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background: #af005f;
|
||||
color: #1b1d1e;
|
||||
}
|
||||
|
||||
#mode {
|
||||
background: #af005f;
|
||||
color: #1b1d1e;
|
||||
}
|
||||
#clock, #battery, #cpu, #memory, #network, #pulseaudio, #custom-spotify, #tray, #mode {
|
||||
padding: 0 3px;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
}
|
||||
|
||||
#battery {
|
||||
}
|
||||
|
||||
#battery icon {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
to {
|
||||
background-color: #af005f;
|
||||
}
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
background-color: #ff8700;
|
||||
color: #1b1d1e;
|
||||
}
|
||||
#battery.critical:not(.charging) {
|
||||
color: white;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
}
|
||||
|
||||
#memory {
|
||||
}
|
||||
|
||||
#network {
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
background: #f53c3c;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
}
|
||||
|
||||
#custom-spotify {
|
||||
color: rgb(102, 220, 105);
|
||||
}
|
||||
|
||||
#tray {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue