work changes

This commit is contained in:
Tristan 2023-12-11 10:09:20 +00:00
parent 126584cbcd
commit fb5c04a84a
7 changed files with 36 additions and 26 deletions

View file

@ -128,7 +128,7 @@ in
resize_on_border = true;
layout = "master";
# "col.active_border" = "rgb(FFFF00) rgb(00FFFF) rgb(FF00FF)";
border_size = 5;
border_size = lib.mkDefault 5;
};
master = {
mfact = 0.7;
@ -220,10 +220,11 @@ in
};
mpris = {
format = "{player_icon} {artist} - {title}";
format-paused = "{status_icon} {artist} - {title}";
format-paused = "{status_icon} {player_icon} {artist} - {title}";
player-icons = {
default = "";
mpd = "🎵";
kdeconnect = "";
};
status-icons = {
paused = "";
@ -232,6 +233,7 @@ in
battery = {
format = "{icon} {capacity}%";
format-icons = [ "🤏" "🪫" "🔋" "🔋" ];
format-charging = "🔌 {capacity}%";
states = {
warning = 30;
critical = 15;
@ -244,7 +246,6 @@ in
target = "graphical-session.target";
};
style = ''
* {
min-height: 0;
}
@ -279,7 +280,6 @@ in
#tray {
min-width: 5rem;
}
'';
};