17 lines
480 B
Shell
Executable file
17 lines
480 B
Shell
Executable file
#!/bin/sh
|
|
labnag \
|
|
--message 'Sammuta?' \
|
|
--button-dismiss 'Sammuta' 'shutdown -p now' \
|
|
--button-dismiss 'Käynnistä uudelleen' 'shutdown -r now' \
|
|
--button-dismiss 'Peru' \
|
|
--background-color fade56 \
|
|
--button-background-color fff2b3 \
|
|
--button-border-color eec539 \
|
|
--border-bottom-color eec539 \
|
|
--text-color 000000 \
|
|
--button-text-color 000000 \
|
|
--border-bottom-size 1 \
|
|
--button-border-size 2 \
|
|
--button-gap 8 \
|
|
--button-margin-right -6 \
|
|
--button-padding 5
|