Pywal updates

This commit is contained in:
Dante 2024-02-28 04:15:26 -05:00 committed by GitHub
parent 17b748e863
commit 36f00d0d67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,11 +6,11 @@
font-size: 13px; font-size: 13px;
min-height: 0; min-height: 0;
} }
@import '/home/crux/.cache/wal/colors-waybar.css';
window#waybar { window#waybar {
background: transparent; background: transparent;
/* border-bottom: 3px solid rgba(100, 114, 125, 0.5); */ /* border-bottom: 3px solid rgba(100, 114, 125, 0.5); */
color: white; color: @foreground;
} }
@ -33,7 +33,7 @@ tooltip label {
#workspaces button { #workspaces button {
padding: 5px 5px; padding: 5px 5px;
background: transparent; background: transparent;
color: white; color: @foreground;
border-bottom: 3px solid transparent; border-bottom: 3px solid transparent;
margin-top: 3px; margin-top: 3px;
margin-left: 3px; margin-left: 3px;
@ -50,7 +50,7 @@ tooltip label {
#workspaces button:hover{ #workspaces button:hover{
border-radius: 6px; border-radius: 6px;
/* background-color: rgba(114, 101, 138, 0.8); */ /* background-color: rgba(114, 101, 138, 0.8); */
box-shadow: inset 2px 2px 2px #000000; box-shadow: inset 2px 2px 2px @foreground;
} }
@ -69,6 +69,7 @@ tooltip label {
margin-top: 3px; margin-top: 3px;
margin-bottom: 3px; margin-bottom: 3px;
padding-left: 10px; padding-left: 10px;
color: @foreground;
} }
#custom-div{ #custom-div{
background-color: rgba(114, 101, 138, 0.5); background-color: rgba(114, 101, 138, 0.5);
@ -118,6 +119,7 @@ tooltip label {
margin-top: 3px; margin-top: 3px;
margin-bottom: 3px; margin-bottom: 3px;
margin-left: 5px; margin-left: 5px;
color: @foreground;
} }
@ -135,7 +137,7 @@ tooltip label {
} }
#custom-updates{ #custom-updates{
padding-left: 10px; padding-left: 10px;
color: @foreground;
} }
#pulseaudio.muted{ #pulseaudio.muted{
@ -152,6 +154,7 @@ tooltip label {
border-radius: 4px; border-radius: 4px;
padding-right: 2px; padding-right: 2px;
background-color: rgba(114, 101, 138, 0.5); background-color: rgba(114, 101, 138, 0.5);
color: @foreground;
} }
#network{ #network{
border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px;