14 lines
186 B
Bash
Executable File
14 lines
186 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sleep 1
|
|
|
|
# Clipboard (Use Win + Shift + t to show it)
|
|
diodon &
|
|
|
|
# Audio tray
|
|
pnmixer -t &
|
|
|
|
# Network Tray (Use Win + Shift + t to show it)
|
|
nm-applet &
|
|
#connman-gtk --tray &
|