181 current 2025-01-03 03:49:39 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -252,7 +252,7 @@ tail = true
|
||||
format = <label>
|
||||
interval = 1.0
|
||||
label-foreground = ${colors.foreground}
|
||||
exec = pulseaudio-control --format '$VOL_LEVEL%' listen
|
||||
exec = /etc/profiles/per-user/synchronous/bin/pulseaudio-control --format '$VOL_LEVEL%' listen
|
||||
format-foreground = ${colors.theme}
|
||||
|
||||
[module/cmus]
|
||||
|
||||
@@ -18,7 +18,7 @@ in {
|
||||
# my savior: https://www.reddit.com/r/NixOS/comments/v8ikwq/polybar_doesnt_start_at_launch/
|
||||
script = ''
|
||||
# echo "none"
|
||||
polybar mybar & disown
|
||||
polybar mybar 2> /dev/null & disown
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ fi
|
||||
current=$(nixos-rebuild list-generations | grep current)
|
||||
|
||||
# Commit all changes witih the generation metadata
|
||||
git --git-dir /home/synchronous/nix-cfg/.git add .
|
||||
# git --git-dir /home/synchronous/nix-cfg/.git add .
|
||||
git --git-dir /home/synchronous/nix-cfg/.git commit -am "$current"
|
||||
|
||||
# Back to where you were
|
||||
|
||||
Reference in New Issue
Block a user