fastfetch
This commit is contained in:
@@ -211,4 +211,4 @@ window#waybar.empty #window {
|
||||
#tray > .needs-attention {
|
||||
-gtk-icon-effect: highlight;
|
||||
background-color: #eb4d4b;
|
||||
}
|
||||
}
|
||||
@@ -43,7 +43,7 @@ tooltip {
|
||||
#custom-power-menu,
|
||||
#tray,
|
||||
#custom-rofi,
|
||||
#custom-caffeine,
|
||||
#idle_inhibitor,
|
||||
#custom-power {
|
||||
background-color: alpha(@base, 0.6);
|
||||
border-radius: 14px;
|
||||
@@ -51,7 +51,7 @@ tooltip {
|
||||
}
|
||||
|
||||
#custom-rofi,
|
||||
#custom-caffeine,
|
||||
#idle_inhibitor,
|
||||
#custom-power {
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
@@ -96,7 +96,7 @@ tooltip {
|
||||
transition: none; /* Disable background transition */
|
||||
}
|
||||
|
||||
window#waybar.empty #window{
|
||||
window#waybar.empty #window {
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@@ -165,15 +165,15 @@ window#waybar.empty #window{
|
||||
background-color: alpha(@archlinux, 0.3);
|
||||
}
|
||||
|
||||
#custom-caffeine {
|
||||
#idle_inhibitor {
|
||||
border: 3px solid @yellow;
|
||||
}
|
||||
|
||||
#custom-caffeine:hover {
|
||||
#idle_inhibitor:hover {
|
||||
background-color: alpha(@yellow, 0.3);
|
||||
}
|
||||
|
||||
#custom-caffeine.active {
|
||||
#idle_inhibitor.activated {
|
||||
border: 3px solid @peach;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user