1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 03:39:32 +00:00
This commit is contained in:
Rae 5e 2025-03-10 23:34:04 -04:00
parent fea9f7203e
commit 69bea24303
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
11 changed files with 93 additions and 53 deletions

View file

@ -13,6 +13,11 @@
left = [
{
# https://codeberg.org/dnkl/yambar/issues/53#issuecomment-264088
# nixos ONLY ignores indentations in strings if they're spaces. stupid fucking piece of shit.
# "Supporting tabs is wrong" MY ASS. supporting tabs is right. i can understand if you use
# spaces but if you actively call them "outlawed" (yaml) and make them seem impractical or strange
# then im sorry but i am going to smite you with the wrath of GOD. FUCK!!
# i refuse to concede. i will simply not indent the offending line at all. dickweeds
script = {
path = "${pkgs.playerctl}/bin/playerctl";
args = [
@ -20,9 +25,9 @@
"metadata"
"--format"
''
status|string|{{status}}
artist|string|{{artist}}
title|string|{{title}}
status|string|{{status}}
artist|string|{{artist}}
title|string|{{title}}
''
];
content.map.conditions = {
@ -39,6 +44,16 @@
};
}
];
center = [
{
script = {
path = builtins.toString ../../scripts/arvelie.py;
args = [ "-y" ];
poll-interval = 30 * 1000; # TODO maybe try to see if you can sync this with the changing of the day...
content.string.text = "{date}";
};
}
];
right = [
{
battery = {