work changes
This commit is contained in:
parent
126584cbcd
commit
fb5c04a84a
7 changed files with 36 additions and 26 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue