14 lines
187 B
Bash
Executable File
14 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#sleep 5
|
|
|
|
# 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 &
|