1
0

Updated wlogout and hyprland.conf

This commit is contained in:
Eli Fouts 2025-01-16 12:07:17 -05:00
parent 8ac6f4bf3d
commit 43833c506a
3 changed files with 30 additions and 35 deletions

View File

@ -14,17 +14,17 @@ env = XCURSOR_SIZE,12
general { general {
gaps_in = 2 gaps_in = 2
gaps_out = 15 gaps_out = 15
border_size = 0 border_size = 1
col.active_border = $color9 col.active_border = $color9
col.inactive_border = rgba(00000000) col.inactive_border = $color5
resize_on_border = true resize_on_border = true
allow_tearing = false allow_tearing = false
layout = dwindle layout = dwindle
} }
decoration { decoration {
rounding = 4 rounding = 10
active_opacity = 0.8 active_opacity = 0.8
inactive_opacity = 0.7 inactive_opacity = 0.5
fullscreen_opacity = 1 fullscreen_opacity = 1
blur { blur {
enabled = true enabled = true
@ -34,17 +34,12 @@ decoration {
ignore_opacity = true ignore_opacity = true
xray = false xray = false
popups = true popups = true
blurls = waybar
blurls = wofi
blurls = swaync-control-center
blurls = swaync-notification-window
} }
shadow { shadow {
enabled = false enabled = true
range = 10 range = 15
render_power = 5 render_power = 3
color = $color0 color = $color0
ignore_window = true
} }
} }
animations { animations {
@ -137,9 +132,7 @@ bind = ALT, w, exec, ~/.config/hypr/wallpaper.sh
bind = ALT, a, exec, ~/.config/waybar/refresh.sh bind = ALT, a, exec, ~/.config/waybar/refresh.sh
bind = ALT, r, exec, ~/.config/swaync/refresh.sh bind = ALT, r, exec, ~/.config/swaync/refresh.sh
bind = $mainMod, M, exit bind = $mainMod, M, exit
layerrule = blur, wofi
layerrule = ignorezero, wofi
layerrule = ignorealpha 0.5, wofi
layerrule = blur, waybar layerrule = blur, waybar
layerrule = ignorezero, waybar layerrule = ignorezero, waybar
layerrule = ignorealpha 0.5, waybar layerrule = ignorealpha 0.5, waybar
@ -149,5 +142,4 @@ layerrule = ignorezero, swaync-control-center
layerrule = ignorezero, swaync-notification-window layerrule = ignorezero, swaync-notification-window
layerrule = ignorealpha 0.5, swaync-control-center layerrule = ignorealpha 0.5, swaync-control-center
layerrule = ignorealpha 0.5, swaync-notification-window layerrule = ignorealpha 0.5, swaync-notification-window
windowrule = rounding 10, wofi
#windowrulev2 = suppressevent maximize, class:.* #windowrulev2 = suppressevent maximize, class:.*

View File

@ -1,17 +1,17 @@
@import url('/home/eli/.cache/wal/colors-waybar.css'); @import url('/home/eli/.cache/wal/colors-waybar.css');
* { * {
all: unset; all: unset;
background-image: none; background-image: none;
margin: unset; margin: unset;
padding: unset; padding: unset;
transition: 200ms cubic-bezier(0, 0, 1, 1);
} }
button { button {
font-family: 'CodeNewRoman Nerd Font Mono'; font-family: 'CodeNewRoman Nerd Font Mono';
background-color: alpha(@color9,1); background-color: alpha(@color9,1);
border-radius: 5px; border-radius: 5px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
} }
@ -19,49 +19,52 @@ button {
background-image: image(url("/home/eli/.config/wlogout/lock.png")); background-image: image(url("/home/eli/.config/wlogout/lock.png"));
margin : 5px 5px 5px 300px; margin : 5px 5px 5px 300px;
padding: 5px; padding: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
} }
#shutdown { #shutdown {
background-image: image(url("/home/eli/.config/wlogout/power.png")); background-image: image(url("/home/eli/.config/wlogout/power.png"));
margin : 5px 300px 5px 5px; margin : 5px 300px 5px 5px;
padding: 5px; padding: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
} }
#logout { #logout {
background-image: image(url("/home/eli/.config/wlogout/logout.png")); background-image: image(url("/home/eli/.config/wlogout/logout.png"));
margin : 5px 300px 5px 5px; margin : 5px 300px 5px 5px;
padding: 5px; padding: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
} }
#reboot { #reboot {
background-image: image(url("/home/eli/.config/wlogout/restart.png")); background-image: image(url("/home/eli/.config/wlogout/restart.png"));
margin : 5px 5px 5px 300px; margin : 5px 5px 5px 300px;
padding: 5px; padding: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
} }
#lock:focus { #lock:focus {
background-image: image(url("/home/eli/.config/wlogout/lock.png")); background-image: image(url("/home/eli/.config/wlogout/lock.png"));
margin : -50px 5px 5px 200px; margin : 5px 5px 5px 200px;
padding: 10px; padding: 5px;
} }
#shutdown:focus { #shutdown:focus {
background-image: image(url("/home/eli/.config/wlogout/power.png")); background-image: image(url("/home/eli/.config/wlogout/power.png"));
margin : 5px 200px -50px 5px; margin : 5px 200px 5px 5px;
padding: 10px; padding: 5px;
} }
#logout:focus { #logout:focus {
background-image: image(url("/home/eli/.config/wlogout/logout.png")); background-image: image(url("/home/eli/.config/wlogout/logout.png"));
margin : -50px 200px 5px 5px; margin : 5px 200px 5px 5px;
padding: 10px; padding: 5px;
} }
#reboot:focus { #reboot:focus {
background-image: image(url("/home/eli/.config/wlogout/restart.png")); background-image: image(url("/home/eli/.config/wlogout/restart.png"));
margin : 5px 5px -50px 200px; margin : 5px 5px 5px 200px;
padding: 10px; padding: 5px;
} }
button:focus{ button:focus{
background-color: alpha(@color5,1); background-color: alpha(@color5,1);
color: #000000; color: #000000;
transition: 300ms cubic-bezier(0, 0, 1, 1);
background-position:center; background-position:center;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 836 KiB