Regenerated
This commit is contained in:
+389
-381
File diff suppressed because it is too large
Load Diff
+9
-1
@@ -3946,6 +3946,7 @@ wofi --show drun \
|
||||
A file containing color variables
|
||||
#+BEGIN_SRC css :tangle generated/.config/shared/colors.css :noweb yes :mkdirp yes :eval never
|
||||
/* Catppuccin Mocha Palette */
|
||||
@define-color border #97C9E6;
|
||||
@define-color crust #11111b;
|
||||
@define-color mantle #181825;
|
||||
@define-color base #1e1e2e;
|
||||
@@ -4965,7 +4966,7 @@ These are config files for waybar
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-charging": "{capacity}% ",
|
||||
"format-charging": "{capacity}% ",style-dark
|
||||
"format-plugged": "{capacity}% ",
|
||||
"format-icons": ["", "", "", "", " "]
|
||||
}
|
||||
@@ -5201,6 +5202,13 @@ label#custom-windows:not(.active) {
|
||||
color: @green;
|
||||
}
|
||||
|
||||
#batterywarn {
|
||||
color: red;
|
||||
animation: blink 0.5s linear infinite alternate;
|
||||
border-radius: 30px;
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
color: white;
|
||||
animation: blink 0.5s linear infinite alternate;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
||||
/* Catppuccin Mocha Palette */
|
||||
@define-color border #97C9E6;
|
||||
@define-color crust #11111b;
|
||||
@define-color mantle #181825;
|
||||
@define-color base #1e1e2e;
|
||||
|
||||
@@ -320,7 +320,7 @@
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-charging": "{capacity}% ",
|
||||
"format-charging": "{capacity}% ",style-dark
|
||||
"format-plugged": "{capacity}% ",
|
||||
"format-icons": ["", "", "", "", " "]
|
||||
}
|
||||
|
||||
@@ -224,6 +224,13 @@ label#custom-windows:not(.active) {
|
||||
color: @green;
|
||||
}
|
||||
|
||||
#batterywarn {
|
||||
color: red;
|
||||
animation: blink 0.5s linear infinite alternate;
|
||||
border-radius: 30px;
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
color: white;
|
||||
animation: blink 0.5s linear infinite alternate;
|
||||
|
||||
Reference in New Issue
Block a user