mess migration
This commit is contained in:
parent
fbc47ef8f7
commit
6bee06e028
77 changed files with 144 additions and 60 deletions
8
home/dots/wlogout/layout
Normal file → Executable file
8
home/dots/wlogout/layout
Normal file → Executable file
|
@ -30,9 +30,9 @@
|
|||
"keybind" : "r"
|
||||
},
|
||||
{
|
||||
"label" : "hibernate",
|
||||
"action" : "systemctl hibernate",
|
||||
"text" : "Hibernate",
|
||||
"keybind" : "h"
|
||||
"label" : "windows",
|
||||
"action" : "systemctl reboot --boot-loader-entry=auto-windows",
|
||||
"text" : "Windows",
|
||||
"keybind" : "w"
|
||||
}
|
||||
]
|
4
home/dots/wlogout/style.css
Normal file → Executable file
4
home/dots/wlogout/style.css
Normal file → Executable file
|
@ -42,3 +42,7 @@ button:focus, button:active, button:hover {
|
|||
#reboot {
|
||||
background-image: image(url("/usr/share/wlogout/icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png"));
|
||||
}
|
||||
|
||||
#windows {
|
||||
background-image: image(url("#WINLOGO"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue