adjust mpris and nvidia on polybar

This commit is contained in:
Kopatz
2024-09-22 11:03:43 +02:00
parent 069b4488fa
commit 3bdb37559d
3 changed files with 7 additions and 4 deletions

View File

@@ -182,9 +182,10 @@ in {
exec = "~/.config/polybar/temperature.sh";
interval = 3;
};
"module/gpu" = {
type = "custom/script";
format-foreground = "76b900"; #nvidia green
label = "%output:0:35:...%";
exec = "~/.config/polybar/nvidia.sh";
interval = 3;
};