diff --git a/.config/eww/background b/.config/eww/background deleted file mode 100644 index 9c5c4cf..0000000 Binary files a/.config/eww/background and /dev/null differ diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss deleted file mode 100644 index 25d9072..0000000 --- a/.config/eww/eww.scss +++ /dev/null @@ -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; -} diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck deleted file mode 100644 index 35a55a6..0000000 --- a/.config/eww/eww.yuck +++ /dev/null @@ -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))) diff --git a/.ssh/config b/.ssh/config index ca7521e..44d7da2 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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