feat: headphones in waybar

This commit is contained in:
s-prechtl 2025-03-07 19:55:51 +01:00
parent 23ae487c02
commit e9cf41e40e
2 changed files with 3 additions and 3 deletions

View file

@ -162,8 +162,8 @@
format-source-muted = "<span color=\"#fb4833\"></span>"; format-source-muted = "<span color=\"#fb4833\"></span>";
format-icons = { format-icons = {
headphone = ""; headphone = "";
hands-free = ""; hands-free = "";
headset = ""; headset = "";
phone = ""; phone = "";
portable = ""; portable = "";
car = ""; car = "";

View file

@ -9,7 +9,7 @@
update = "sudo nixos-rebuild switch"; update = "sudo nixos-rebuild switch";
clear = "clear && fastfetch"; clear = "clear && fastfetch";
sl = "sl | lolcat"; sl = "sl | lolcat";
cds = "cd $HOME/Nextcloud/Obsidian/FH/2. Semester/"; cds = "cd \"$HOME/Nextcloud/Obsidian/FH/2. Semester/\"";
}; };
initExtra = "fastfetch"; initExtra = "fastfetch";