Shorten polybar playerctl bar
This commit is contained in:
parent
3a7596126a
commit
3b754dee00
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ let
|
||||||
for i in {1..10}; do ${dunstctl} history-pop; done
|
for i in {1..10}; do ${dunstctl} history-pop; done
|
||||||
'';
|
'';
|
||||||
playerStatus =
|
playerStatus =
|
||||||
"${playerCtl} -f '{{emoji(status)}} {{title}} - {{artist}}' metadata | ${head} -c 60";
|
"${playerCtl} -f '{{emoji(status)}} {{title}} - {{artist}}' metadata | ${head} -c 50";
|
||||||
confirm_command = { cmd, title ? null, text ? null, image ? null }:
|
confirm_command = { cmd, title ? null, text ? null, image ? null }:
|
||||||
lib.concatStringsSep " "
|
lib.concatStringsSep " "
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue