forked from colonelpanic/dotfiles
9 lines
169 B
Bash
Executable File
9 lines
169 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
function toggle_taffybar {
|
|
dbus-send --print-reply=literal --dest=taffybar.toggle /taffybar/toggle taffybar.toggle.toggleCurrent
|
|
}
|
|
|
|
toggle_taffybar
|
|
|