commit fff2b9141e1bacf1aba3214ce45e0951a43cfbd2
parent b7a996ad6f53183cde2e3c2f8a44f91a86434da6
Author: awy <awy@awy.one>
Date: Sun, 25 May 2025 18:06:03 +0300
opacity
Diffstat:
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.config/mako/config b/.config/mako/config
@@ -1,6 +1,6 @@
# Colors
-background-color=#1e1e2e
+background-color=#1e1e2eaa
text-color=#cdd6f4
border-color=#f5c2e7
progress-color=over #313244
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
@@ -44,7 +44,7 @@ window#waybar.empty #window {
#workspaces button:hover {
border-radius: 10px;
color: @peach;
- background-color: @surface0;
+ background-color: #313244;
padding-left: 2px;
padding-right: 2px;
animation: gradient_f 20s ease-in infinite;
@@ -73,7 +73,7 @@ window#waybar.empty #window {
/* This section can be use if you want to separate waybar modules */
.modules-left, .modules-right {
- background: @theme_base_color;
+ background: rgba(30, 30, 46, 0.8) ;
border: 0.5px solid @overlay0;
padding-top: 2px;
padding-bottom: 2px;
@@ -172,11 +172,11 @@ window#waybar.empty #window {
#battery.critical:not(.charging) {
background-color: @red;
color: @theme_text_color;
- animation-name: blink;
- animation-duration: 3.0s;
- animation-timing-function: steps(12);
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
box-shadow: inset 0 -3px transparent;
}