diff --git a/.config/hypr/wofi-wallpapers/colors b/.config/hypr/wofi-wallpapers/colors deleted file mode 100644 index 3315baa..0000000 --- a/.config/hypr/wofi-wallpapers/colors +++ /dev/null @@ -1,6 +0,0 @@ -#2F3741 -#2F3741 -#d9e0ee -#4B87CD -#f38ba8 -#cba6f7 diff --git a/.config/hypr/wofi-wallpapers/config b/.config/hypr/wofi-wallpapers/config deleted file mode 100644 index e901537..0000000 --- a/.config/hypr/wofi-wallpapers/config +++ /dev/null @@ -1,38 +0,0 @@ -## Wofi Config - -## General -show=drun -prompt=Apps -normal_window=false -layer=overlay -term=foot -columns=2 - -## Geometry -location=center -orientation=vertical -halign=fill -line_wrap=off -dynamic_lines=false - -## Images -allow_markup=true -allow_images=true -image_size=256 - -## Search -exec_search=false -hide_search=false -parse_search=false -insensitive=false - -## Other -hide_scroll=true -no_actions=true -sort_order=default -gtk_dark=true -filter_rate=100 - -## Keys -key_expand=Tab -key_exit=Escape diff --git a/.config/hypr/wofi-wallpapers/style.css b/.config/hypr/wofi-wallpapers/style.css deleted file mode 100644 index 62fad18..0000000 --- a/.config/hypr/wofi-wallpapers/style.css +++ /dev/null @@ -1,60 +0,0 @@ -window { - margin: 5px; - font-family: jetbrains-mono-nerd, FontAwesome, Roboto, Helvetica, Arial, sans-serif; - font-size: 16px; - font-weight: 500; - background-color: #32312e; - border-radius: 15px; - opacity: 1; -} - -#input { - margin: 10px; - background: none; - border-radius: 25px; - padding: 10px; - color: white; - border: none; -} - -#input:focus { - box-shadow: none; -} - -#inner-box { - margin: 0px; -} - -#outer-box { - margin: 10px; -} - -#scroll { - margin: 10px; -} - -#entry { - border-radius: 10px; - color: white; - margin: 10px 0px; - padding: 10px; -} - -#img { - border-radius: 15px; - margin-right: 20px; -} - -#text { - margin: 5px; -} - -#entry:selected { - background-color: #E6C873; - color: black; - outline: none; -} - -#text:selected { - color: black; -} diff --git a/.config/wlogout/assets/hibernate.svg b/.config/wlogout/assets/hibernate.svg deleted file mode 100644 index 8a5cc78..0000000 --- a/.config/wlogout/assets/hibernate.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - Svg Vector Icons : http://www.onlinewebfonts.com/icon - - \ No newline at end of file diff --git a/.config/wlogout/assets/lock.svg b/.config/wlogout/assets/lock.svg deleted file mode 100644 index 8d02fdb..0000000 --- a/.config/wlogout/assets/lock.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - Svg Vector Icons : http://www.onlinewebfonts.com/icon - - diff --git a/.config/wlogout/assets/logout.svg b/.config/wlogout/assets/logout.svg deleted file mode 100644 index 255bf3b..0000000 --- a/.config/wlogout/assets/logout.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - Svg Vector Icons : http://www.onlinewebfonts.com/icon - - \ No newline at end of file diff --git a/.config/wlogout/assets/reboot.svg b/.config/wlogout/assets/reboot.svg deleted file mode 100644 index 35800d9..0000000 --- a/.config/wlogout/assets/reboot.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - Svg Vector Icons : http://www.onlinewebfonts.com/icon - - \ No newline at end of file diff --git a/.config/wlogout/assets/shutdown.svg b/.config/wlogout/assets/shutdown.svg deleted file mode 100644 index 97001eb..0000000 --- a/.config/wlogout/assets/shutdown.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - Svg Vector Icons : http://www.onlinewebfonts.com/icon - - \ No newline at end of file diff --git a/.config/wlogout/assets/suspend.svg b/.config/wlogout/assets/suspend.svg deleted file mode 100644 index b2fc842..0000000 --- a/.config/wlogout/assets/suspend.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - Svg Vector Icons : http://www.onlinewebfonts.com/icon - - \ No newline at end of file diff --git a/.config/wlogout/layout b/.config/wlogout/layout deleted file mode 100644 index 05c0726..0000000 --- a/.config/wlogout/layout +++ /dev/null @@ -1,25 +0,0 @@ -{ - "label" : "lock", - "action" : "hyprlock", - "text" : "", - "keybind" : "l" -} -{ - "label" : "logout", - "action" : "loginctl terminate-user $USER", - "text" : "", - "keybind" : "e" -} -{ - "label" : "shutdown", - "action" : "systemctl poweroff", - "text" : "", - "keybind" : "s" -} -{ - "label" : "reboot", - "action" : "systemctl reboot", - "text" : "", - "keybind" : "r" -} - diff --git a/.config/wlogout/style.css b/.config/wlogout/style.css deleted file mode 100644 index 56fc0a4..0000000 --- a/.config/wlogout/style.css +++ /dev/null @@ -1,42 +0,0 @@ -* { - background-image: none; - box-shadow: none; -} - -window { - background-color: rgba(12, 12, 12, 0.9); -} - -button { - border-radius: 34; - border-color: black; - text-decoration-color: blue; - color: #FFFFFF; - background-color: #32312e; - border: none; - background-repeat: no-repeat; - background-position: center; - background-size: 25%; - margin: 15px; -} - -button:focus, button:active, button:hover { - background-color: #E6C873; - outline-style: none; -} - -#lock { - background-image: url("./assets/lock.svg"); -} - -#logout { - background-image: url("./assets/logout.svg"); -} - -#shutdown { - background-image: url("./assets/shutdown.svg"); -} - -#reboot { - background-image: url("./assets/reboot.svg"); -}