1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-07-01 22:35:59 +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

@ -30,6 +30,7 @@
catppuccin-gh-file-explorer
indie-wiki-buddy
privacy-badger
simple-tab-groups
stylus
tabliss
ublock-origin
@ -57,9 +58,11 @@
label = "Wikipedia";
}
];
"browser.startup.page" = 3;
"datareporting.healthreport.uploadEnabled" = false;
"font.name.monospace.x-western" = "Fira Code";
"layout.css.prefers-color-scheme.content-override" = 0;
"svg.context-properties.content.enabled" = true;
};
bookmarks = [
{

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 = {