This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# based on a script from a now deleted askubuntu answer on this question http://askubuntu.com/questions/71863/how-to-change-pulseaudio-sink-with-pacmd-set-default-sink-during-playback | |
# the script linked in the answer is still available at https://github.com/mpapis/home_dotfiles/blob/master/bin/mypa though | |
# dependencies: pulseaudio pacmd awk xargs grep volumeicon | |
# optional dependencies: zenity (for gui switch) | |
# this script assumes you are using volumeicon as a tray icon and will restart it on switch | |
# if you do not use volumeicon you should remove the 2 lines in switch_sink() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conky.config = { | |
alignment = 'bottom_left', | |
background = true, | |
color2 = '588078', | |
cpu_avg_samples = 2, | |
default_color = '80FFF9', | |
double_buffer = true, | |
font = 'Droid Sans Mono:size=12', | |
draw_shades = false, | |
gap_x = 25, |
OlderNewer