Update volume indicator config

This commit is contained in:
2024-01-07 14:15:16 +01:00
parent 1a7258a7c2
commit a2d35fa565
3 changed files with 5 additions and 10 deletions

View File

@ -0,0 +1,3 @@
[colors.primary]
background = "#1d1f21"
foreground = "#1d1f21"

View File

@ -1,8 +0,0 @@
# Silent alacritty config
# Hack to hide the cursor
colors:
primary:
background: "#1d1f21"
foreground: "#1d1f21"

View File

@ -6,9 +6,9 @@ SOCKET="/tmp/volume_indicator"
# If theres an existing volume_indicator running, prod the socket
# Otherwise, start a new volume_indicator instance.
nc -U "$SOCKET" 2>/dev/null || \
ba alacritty -t "Volume" \
ba alacritty -T "Volume" \
--class "volume_indicator" \
--config-file "$HOME/.config/alacritty/silent.yml" \
--config-file "$HOME/.config/alacritty/silent.toml" \
--command volume_indicator \
--cols 30 \
--rows 3 \