Update volume indicator config
This commit is contained in:
3
tree/.config/alacritty/silent.toml
Normal file
3
tree/.config/alacritty/silent.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[colors.primary]
|
||||
background = "#1d1f21"
|
||||
foreground = "#1d1f21"
|
||||
@ -1,8 +0,0 @@
|
||||
# Silent alacritty config
|
||||
|
||||
# Hack to hide the cursor
|
||||
colors:
|
||||
primary:
|
||||
background: "#1d1f21"
|
||||
foreground: "#1d1f21"
|
||||
|
||||
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user