5 lines
278 B
Bash
Executable File
5 lines
278 B
Bash
Executable File
#!/bin/bash
|
|
|
|
killall trayer
|
|
nohup trayer --edge bottom --align right --widthtype request --padding 6 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x282a2e --height 32 --distancefrom top --distance 5 &> /dev/null 2>&1 &
|