diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-06 01:58:07 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-06 01:58:07 +0200 |
commit | 0201cbe78d76769d96849510ef4998c5c8869598 (patch) | |
tree | 5f68772a86610f04b477f4ede99bdf8bae53310c /tools | |
parent | 466ee41add2f57bc59eca1f7444ad122b97ff974 (diff) | |
download | dotfiles-0201cbe78d76769d96849510ef4998c5c8869598.tar.gz dotfiles-0201cbe78d76769d96849510ef4998c5c8869598.tar.bz2 dotfiles-0201cbe78d76769d96849510ef4998c5c8869598.zip |
bug fixes
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/firesend | 2 | ||||
-rw-r--r-- | tools/panel/audio_mon | 1 | ||||
-rw-r--r-- | tools/panel/icons | 23 |
3 files changed, 25 insertions, 1 deletions
diff --git a/tools/firesend b/tools/firesend index 6edcc61..d4e92ea 100755 --- a/tools/firesend +++ b/tools/firesend @@ -1,2 +1,2 @@ #!/bin/bash -$HOME/.tools/exec_to_workspace 2 firefox --new-tab $@ > /dev/null 2>&1 +$HOME/.tools/exec_to_workspace II vimb $@ > /dev/null 2>&1 diff --git a/tools/panel/audio_mon b/tools/panel/audio_mon new file mode 100644 index 0000000..1a1fa55 --- /dev/null +++ b/tools/panel/audio_mon @@ -0,0 +1 @@ +alsactl monitor | diff --git a/tools/panel/icons b/tools/panel/icons new file mode 100644 index 0000000..aa27523 --- /dev/null +++ b/tools/panel/icons @@ -0,0 +1,23 @@ + +# Icons +ICON_CLOCK='' +ICON_CAL='' +ICON_WIFI='' +ICON_PWR='' +ICON_DB='' +ICON_SQUARE='' +ICON_PREV='' +ICON_PAUSE='' +ICON_PLAY='' +ICON_NEXT='' +ICON_VOLUME_DOWN='' +ICON_VOLUME_UP='' +ICON_VOLUME_OFF='' +ICON_HPHONES='' +ICON_MUSIC='' +ICON_PLUG='' +ICON_FACE='' +ICON_PRIV='' +ICON_PUB='' +ICON_MAIL='' + |