Compare commits
No commits in common. "b7cd81cad2e4c1427f5b8af2842c5ecc50ff4263" and "089a44c0313e79f59d0ff5e7813a13216a9342ec" have entirely different histories.
b7cd81cad2
...
089a44c031
@ -26,8 +26,3 @@ set fish_greeting ""
|
||||
|
||||
# Enable Vi bindings
|
||||
fish_vi_key_bindings
|
||||
|
||||
bind -M insert \ce accept-autosuggestion -m default
|
||||
bind -M default \ce execute
|
||||
|
||||
set __fish_git_prompt_showdirtystate 1
|
||||
|
@ -16,10 +16,7 @@ function fish_right_prompt
|
||||
set usercolor (set_color $col)
|
||||
end
|
||||
|
||||
printf '%s ' \
|
||||
(fish_git_prompt)
|
||||
printf '%s%s@%s%s'\
|
||||
$usercolor \
|
||||
printf '%s%s@%s%s' $usercolor \
|
||||
(echo $USER | string shorten -m 5 -c '') \
|
||||
(echo $hostname | string shorten -m 1 -c '') \
|
||||
(set_color normal)
|
||||
|
@ -7,7 +7,7 @@ if [ "$DUNST_APP_NAME" = "soundboard" ]; then
|
||||
fi
|
||||
|
||||
if pactl list short sinks | grep -q virtual_mic; then
|
||||
mpv ~/.local/bin/deskutils/notif.wav --audio-device=pulse/alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo
|
||||
mpv ~/.local/bin/deskutils/notif.wav --audio-device=pulse/c1_out
|
||||
else
|
||||
mpv ~/.local/bin/deskutils/notif.wav
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user