asdf
This commit is contained in:
parent
9866497e48
commit
2948ed024c
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
font: "Iosevka SS14 12";
|
font: "Iosevka SS14 Nerd Font 12";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
options="Lock\nLogout\nShutdown\nReboot\nCancel"
|
options=" Lock\n Logout\n Reboot\n⏻ Shutdown"
|
||||||
chosen=$(echo -e "$options" | rofi -dmenu \
|
chosen=$(echo -e "$options" | rofi -dmenu \
|
||||||
-p ":>" -show power -lines 5)
|
-p ":>" -show power -lines 5)
|
||||||
|
|
||||||
case "$chosen" in
|
case "$chosen" in
|
||||||
*Lock) i3lock -c 000000 ;;
|
*Lock) i3lock -c 000000 ;;
|
||||||
*Logout) i3-msg exit ;;
|
*Logout) loginctl terminate-user "$USER" ;;
|
||||||
*Shutdown) systemctl poweroff ;;
|
|
||||||
*Reboot) systemctl reboot ;;
|
*Reboot) systemctl reboot ;;
|
||||||
*Cancel) exit 0 ;;
|
*Shutdown) systemctl poweroff ;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
font: "Iosevka SS14 Nerd Font 12";
|
||||||
text-color: #e6e1cf;
|
text-color: #e6e1cf;
|
||||||
background-color: rgba(0,0,0,0);
|
background-color: rgba(0,0,0,0);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user