Compare commits
No commits in common. "eba535af3ca975f898ada87576d0a537734c4d6b" and "69628ae9b369f0ba16cbecc74b8ad23315d40d04" have entirely different histories.
eba535af3c
...
69628ae9b3
4 changed files with 1 additions and 50 deletions
Binary file not shown.
Before Width: | Height: | Size: 1 MiB |
|
@ -1,25 +0,0 @@
|
|||
* {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
window {
|
||||
border-radius: 5%;
|
||||
}
|
||||
|
||||
.btns-box {
|
||||
padding: 10px;
|
||||
background-color: #282a36;
|
||||
font-family: FiraCode Nerd Font Mono;
|
||||
font-size: 100px;
|
||||
}
|
||||
|
||||
.button{
|
||||
border-radius: 5%;
|
||||
outline-style: solid;
|
||||
outline-color: #44475a;
|
||||
outline-width: 2px;
|
||||
}
|
||||
|
||||
.button:hover{
|
||||
background-color: #44475a;
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
(defwindow powermenu
|
||||
:stacking "fg"
|
||||
:windowtype "dialog"
|
||||
:wm-ignore true
|
||||
:monitor 0
|
||||
:geometry (geometry :anchor "center" :width "50%" :height "25%")
|
||||
(powermenu_layout))
|
||||
|
||||
(defwidget powermenu_layout []
|
||||
(_buttons :sleep "systemctl suspend"
|
||||
:sleep_icon "⏾"
|
||||
:poweroff "poweroff"
|
||||
:poweroff_icon "⏻"
|
||||
:reboot "reboot"
|
||||
:reboot_icon ""
|
||||
:logout "loginctl kill-session self"
|
||||
:logout_icon ""))
|
||||
|
||||
(defwidget _buttons [sleep sleep_icon poweroff poweroff_icon reboot reboot_icon logout logout_icon]
|
||||
(box :class "btns-box"
|
||||
(button :class "button" :onclick sleep sleep_icon)
|
||||
(button :class "button" :onclick poweroff poweroff_icon)
|
||||
(button :class "button" :onclick reboot reboot_icon)
|
||||
(button :class "button" :onclick logout logout_icon)))
|
|
@ -1,7 +1,7 @@
|
|||
IdentityFile ~/.ssh/id_ecdsa_sk
|
||||
IdentityFile ~/.ssh/id_ecdsa_sk_backup
|
||||
|
||||
Host git.olympuslab.net github.com
|
||||
Host gitea.olympuslab.net github.com
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 1d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue