My Nix Configuration

[home.wayland] Update waybar configuration

pyrox.dev 634257ce 27b85a77

verified
Changed files
+10 -1
modules
+7
modules/home/wayland/waybar-style.css
···
color: @green;
}
+
#battery.warning:hover,
+
#battery.critical:hover,
+
#battery.charging:hover,
+
#battery.full:hover {
+
color: @base;
+
}
+
@keyframes blink {
to {
background-color: #ffffff;
+3 -1
modules/home/wayland/waybar.nix
···
};
mpris = {
format = "{status_icon} {dynamic}";
+
max-length = 100;
format-paused = "{status_icon} <i>{dynamic}</i>";
dynamic-order = [
-
"artist" "title"
+
"artist"
+
"title"
];
status-icons = {
playing = "";