mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs/labnag.1.scd: add a labnag example
This commit is contained in:
parent
3499f40a6b
commit
f0ccbfed18
1 changed files with 31 additions and 0 deletions
|
|
@ -107,3 +107,34 @@ _labnag_ [options...]
|
||||||
*--button-padding* <padding>
|
*--button-padding* <padding>
|
||||||
Set the padding for the button text.
|
Set the padding for the button text.
|
||||||
|
|
||||||
|
# EXAMPLE
|
||||||
|
|
||||||
|
This is a simple example of a _labnag_ logout GUI.
|
||||||
|
|
||||||
|
```
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# logout with labnag
|
||||||
|
|
||||||
|
labnag \\
|
||||||
|
-f "Hack Regular 10"\\
|
||||||
|
-m "Choose your logout option"\\
|
||||||
|
-Z " Lock " "gtklock -d"\
|
||||||
|
-Z " Logout " "labwc -e"\\
|
||||||
|
-Z "Shutdown " "systemctl poweroff"\\
|
||||||
|
-Z " Reboot " "systemctl reboot"\\
|
||||||
|
-Z "Hibernate" "systemctl hibernate"\\
|
||||||
|
-Z " Suspend " "systemctl suspend"\\
|
||||||
|
-Z " Cancel "\\
|
||||||
|
--background 00ffff\\
|
||||||
|
--button-background 00ffff\\
|
||||||
|
--border 00ccccaa\\
|
||||||
|
--text 000000\\
|
||||||
|
--button-text 000000\\
|
||||||
|
--button-gap 8\\
|
||||||
|
--button-margin-right 0\\
|
||||||
|
--button-padding 5\\
|
||||||
|
--button-border-size 2\\
|
||||||
|
-t 60
|
||||||
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue