push all the updates
This commit is contained in:
37
.config/waybar/style.css
Normal file
37
.config/waybar/style.css
Normal file
@@ -0,0 +1,37 @@
|
||||
@import url("/etc/xdg/waybar/style.css");
|
||||
|
||||
#custom-screenshot,
|
||||
#idle_inhibitor,
|
||||
#pulseaudio,
|
||||
#network,
|
||||
#clock,
|
||||
#cpu,
|
||||
#memory,
|
||||
#tray,
|
||||
#custom-mount-data,
|
||||
#custom-mount-usb1 {
|
||||
font-family: "SauceCodePro Nerd Font", "SauceCodePro Nerd Font Mono", "Symbols Nerd Font Mono", "Symbols Nerd Font", "Font Awesome 7 Free", sans-serif;
|
||||
}
|
||||
|
||||
#custom-screenshot {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
#custom-mount-data,
|
||||
#custom-mount-usb1 {
|
||||
padding: 0 10px;
|
||||
border-radius: 6px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#custom-mount-data.mounted,
|
||||
#custom-mount-usb1.mounted {
|
||||
color: #a3be8c;
|
||||
background: rgba(163, 190, 140, 0.12);
|
||||
}
|
||||
|
||||
#custom-mount-data.unmounted,
|
||||
#custom-mount-usb1.unmounted {
|
||||
color: #bf616a;
|
||||
background: rgba(191, 97, 106, 0.14);
|
||||
}
|
||||
Reference in New Issue
Block a user