some updates
@ -173,7 +173,7 @@ bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
bind = ALT, TAB, exec, wlogout
|
||||
bind = ALT, TAB, exec, wlogout -b 2
|
||||
#bind = CTRL, ESCAPE, exec, gksu
|
||||
bind = ALT, w, exec, ~/.config/hypr/wallpaper.sh
|
||||
bind = ALT, a, exec, ~/.config/waybar/refresh.sh
|
||||
@ -187,6 +187,9 @@ bind = $mainMod, M, exit,
|
||||
layerrule = blur, wofi
|
||||
layerrule = ignorezero, wofi
|
||||
layerrule = ignorealpha 0.5, wofi
|
||||
layerrule = blur, wlogout
|
||||
layerrule = ignorezero, wlogout
|
||||
layerrule = ignorealpha 0.5, wlogout
|
||||
layerrule = blur, waybar
|
||||
layerrule = ignorezero, waybar
|
||||
layerrule = ignorealpha 0.5, waybar
|
||||
@ -196,4 +199,10 @@ layerrule = ignorezero, swaync-control-center
|
||||
layerrule = ignorezero, swaync-notification-window
|
||||
layerrule = ignorealpha 0.5, swaync-control-center
|
||||
layerrule = ignorealpha 0.5, swaync-notification-window
|
||||
|
||||
|
||||
|
||||
layerrule = blur, wlogout
|
||||
layerrule = ignorezero, wlogout
|
||||
layerrule = ignorealpha 0.5, wlogout
|
||||
#windowrulev2 = suppressevent maximize, class:.*
|
||||
|
||||
@ -1,30 +1,30 @@
|
||||
foreground #c0c1c2
|
||||
background #06090C
|
||||
foreground #c2c1c1
|
||||
background #0E0A09
|
||||
background_opacity 1.0
|
||||
cursor #c0c1c2
|
||||
cursor #c2c1c1
|
||||
|
||||
active_tab_foreground #06090C
|
||||
active_tab_background #c0c1c2
|
||||
inactive_tab_foreground #c0c1c2
|
||||
inactive_tab_background #06090C
|
||||
active_tab_foreground #0E0A09
|
||||
active_tab_background #c2c1c1
|
||||
inactive_tab_foreground #c2c1c1
|
||||
inactive_tab_background #0E0A09
|
||||
|
||||
active_border_color #c0c1c2
|
||||
inactive_border_color #06090C
|
||||
bell_border_color #2a3e4b
|
||||
active_border_color #c2c1c1
|
||||
inactive_border_color #0E0A09
|
||||
bell_border_color #754843
|
||||
|
||||
color0 #06090C
|
||||
color8 #555f68
|
||||
color1 #2a3e4b
|
||||
color9 #385365
|
||||
color2 #393b3f
|
||||
color10 #4D4F54
|
||||
color3 #484c4e
|
||||
color11 #606668
|
||||
color4 #6f5143
|
||||
color12 #946C5A
|
||||
color5 #68655a
|
||||
color13 #8B8778
|
||||
color6 #596765
|
||||
color14 #778A87
|
||||
color7 #899195
|
||||
color15 #c0c1c2
|
||||
color0 #0E0A09
|
||||
color8 #6a5656
|
||||
color1 #754843
|
||||
color9 #9C605A
|
||||
color2 #9f5448
|
||||
color10 #D57060
|
||||
color3 #b17251
|
||||
color11 #ED996D
|
||||
color4 #ae8a57
|
||||
color12 #E8B975
|
||||
color5 #6a5c62
|
||||
color13 #8E7B83
|
||||
color6 #a78e77
|
||||
color14 #DFBE9F
|
||||
color7 #968b8b
|
||||
color15 #c2c1c1
|
||||
|
||||
@ -4,10 +4,11 @@
|
||||
"keybind" : "l"
|
||||
}
|
||||
{
|
||||
"label" : "hibernate",
|
||||
"action" : "systemctl hibernate || loginctl hibernate",
|
||||
"keybind" : "h"
|
||||
"label" : "reboot",
|
||||
"action" : "systemctl reboot || loginctl reboot",
|
||||
"keybind" : "r"
|
||||
}
|
||||
|
||||
{
|
||||
"label" : "logout",
|
||||
"action" : "pkill Hyprland || pkill sway || pkill niri || loginctl terminate-user $USER",
|
||||
@ -18,13 +19,3 @@
|
||||
"action" : "systemctl poweroff || loginctl poweroff",
|
||||
"keybind" : "s"
|
||||
}
|
||||
{
|
||||
"label" : "suspend",
|
||||
"action" : "systemctl suspend || loginctl suspend",
|
||||
"keybind" : "u"
|
||||
}
|
||||
{
|
||||
"label" : "reboot",
|
||||
"action" : "systemctl reboot || loginctl reboot",
|
||||
"keybind" : "r"
|
||||
}
|
||||
|
||||
@ -1,48 +1,67 @@
|
||||
@import url('/home/eli/.cache/wal/colors-waybar.css');
|
||||
* {
|
||||
all: unset;
|
||||
background-image: none;
|
||||
transition: 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
|
||||
}
|
||||
margin: unset;
|
||||
padding: unset;
|
||||
|
||||
window {
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
button {
|
||||
font-family: 'CodeNewRoman Nerd Font Mono';
|
||||
font-size: 1rem;
|
||||
background-color: rgba(11, 11, 11, 0.9);
|
||||
color: #FFFFFF;
|
||||
margin: 2rem;
|
||||
border-radius: 2rem;
|
||||
padding: 3rem;
|
||||
background-color: alpha(@color9,1);
|
||||
border-radius: 5px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
#lock {
|
||||
background-image: image(url("/home/eli/.config/wlogout/lock.png"))
|
||||
}
|
||||
#hibernate {
|
||||
background-image: image(url("/home/eli/.config/wlogout/sleep.png"))
|
||||
}
|
||||
#logout {
|
||||
background-image: image(url("/home/eli/.config/wlogout/logout.png"))
|
||||
background-image: image(url("/home/eli/.config/wlogout/lock.png"));
|
||||
margin : 5px 5px 5px 300px;
|
||||
padding: 5px;
|
||||
}
|
||||
#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;
|
||||
padding: 5px;
|
||||
}
|
||||
#suspend {
|
||||
background-image: image(url("/home/eli/.config/wlogout/pause.png"))
|
||||
#logout {
|
||||
background-image: image(url("/home/eli/.config/wlogout/logout.png"));
|
||||
margin : 5px 300px 5px 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
#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;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
button:focus,
|
||||
button:active,
|
||||
button:hover {
|
||||
background-color: rgba(80, 80, 80, 0.8);
|
||||
border-radius: 5rem;
|
||||
color: #000000;
|
||||
#lock:focus {
|
||||
background-image: image(url("/home/eli/.config/wlogout/lock.png"));
|
||||
margin : -50px 5px 5px 200px;
|
||||
padding: 10px;
|
||||
|
||||
}
|
||||
#shutdown:focus {
|
||||
background-image: image(url("/home/eli/.config/wlogout/power.png"));
|
||||
margin : 5px 200px -50px 5px;
|
||||
padding: 10px;
|
||||
}
|
||||
#logout:focus {
|
||||
background-image: image(url("/home/eli/.config/wlogout/logout.png"));
|
||||
margin : -50px 200px 5px 5px;
|
||||
padding: 10px;
|
||||
}
|
||||
#reboot:focus {
|
||||
|
||||
background-image: image(url("/home/eli/.config/wlogout/restart.png"));
|
||||
margin : 5px 5px -50px 200px;
|
||||
padding: 10px;
|
||||
}
|
||||
button:focus{
|
||||
background-color: alpha(@color5,1);
|
||||
color: #000000;
|
||||
transition: 300ms cubic-bezier(0, 0, 1, 1);
|
||||
background-position:center;
|
||||
}
|
||||
|
||||
@ -36,7 +36,7 @@ window {
|
||||
margin: 2px;
|
||||
padding: 5px;
|
||||
border: none;
|
||||
animation: slideIn 1.5s ease-in-out;
|
||||
animation: slideIn .5s ease-in-out;
|
||||
|
||||
}
|
||||
#outer-box {
|
||||
@ -56,7 +56,7 @@ window {
|
||||
border: none;
|
||||
outline: none;
|
||||
color: @text;
|
||||
animation: slideIn 1s ease-in-out;
|
||||
animation: slideIn .5s ease-in-out;
|
||||
box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
|
||||
border-radius:10;
|
||||
}
|
||||
@ -99,5 +99,5 @@ window {
|
||||
}
|
||||
#entry:drop(active) {
|
||||
background-color: @lavender !important;
|
||||
animation: fadeIn 1s ease-in-out;
|
||||
animation: fadeIn .5s ease-in-out;
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 974 KiB After Width: | Height: | Size: 974 KiB |
|
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 2.7 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 304 KiB |
|
Before Width: | Height: | Size: 238 KiB After Width: | Height: | Size: 238 KiB |
|
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 2.6 MiB |
|
Before Width: | Height: | Size: 953 KiB After Width: | Height: | Size: 953 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 824 KiB After Width: | Height: | Size: 824 KiB |
|
Before Width: | Height: | Size: 992 KiB After Width: | Height: | Size: 992 KiB |
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 921 KiB After Width: | Height: | Size: 921 KiB |
|
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.6 MiB |
|
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 234 KiB |
|
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 153 KiB |
|
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 540 KiB After Width: | Height: | Size: 540 KiB |
|
Before Width: | Height: | Size: 678 KiB After Width: | Height: | Size: 678 KiB |
|
Before Width: | Height: | Size: 451 KiB After Width: | Height: | Size: 451 KiB |
|
Before Width: | Height: | Size: 885 KiB After Width: | Height: | Size: 885 KiB |
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
|
Before Width: | Height: | Size: 7.4 MiB After Width: | Height: | Size: 7.4 MiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 429 KiB After Width: | Height: | Size: 429 KiB |
|
Before Width: | Height: | Size: 4.8 MiB After Width: | Height: | Size: 4.8 MiB |
|
Before Width: | Height: | Size: 673 KiB After Width: | Height: | Size: 673 KiB |
|
Before Width: | Height: | Size: 594 KiB After Width: | Height: | Size: 594 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 211 KiB After Width: | Height: | Size: 211 KiB |
|
Before Width: | Height: | Size: 951 KiB After Width: | Height: | Size: 951 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 2.9 MiB |
|
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 268 KiB |
|
Before Width: | Height: | Size: 457 KiB After Width: | Height: | Size: 457 KiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 205 KiB After Width: | Height: | Size: 205 KiB |