some updates
@ -173,7 +173,7 @@ bind = $mainMod, S, togglespecialworkspace, magic
|
|||||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
bind = ALT, TAB, exec, wlogout
|
bind = ALT, TAB, exec, wlogout -b 2
|
||||||
#bind = CTRL, ESCAPE, exec, gksu
|
#bind = CTRL, ESCAPE, exec, gksu
|
||||||
bind = ALT, w, exec, ~/.config/hypr/wallpaper.sh
|
bind = ALT, w, exec, ~/.config/hypr/wallpaper.sh
|
||||||
bind = ALT, a, exec, ~/.config/waybar/refresh.sh
|
bind = ALT, a, exec, ~/.config/waybar/refresh.sh
|
||||||
@ -187,6 +187,9 @@ bind = $mainMod, M, exit,
|
|||||||
layerrule = blur, wofi
|
layerrule = blur, wofi
|
||||||
layerrule = ignorezero, wofi
|
layerrule = ignorezero, wofi
|
||||||
layerrule = ignorealpha 0.5, wofi
|
layerrule = ignorealpha 0.5, wofi
|
||||||
|
layerrule = blur, wlogout
|
||||||
|
layerrule = ignorezero, wlogout
|
||||||
|
layerrule = ignorealpha 0.5, wlogout
|
||||||
layerrule = blur, waybar
|
layerrule = blur, waybar
|
||||||
layerrule = ignorezero, waybar
|
layerrule = ignorezero, waybar
|
||||||
layerrule = ignorealpha 0.5, waybar
|
layerrule = ignorealpha 0.5, waybar
|
||||||
@ -196,4 +199,10 @@ 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
layerrule = blur, wlogout
|
||||||
|
layerrule = ignorezero, wlogout
|
||||||
|
layerrule = ignorealpha 0.5, wlogout
|
||||||
#windowrulev2 = suppressevent maximize, class:.*
|
#windowrulev2 = suppressevent maximize, class:.*
|
||||||
|
|||||||
@ -1,30 +1,30 @@
|
|||||||
foreground #c0c1c2
|
foreground #c2c1c1
|
||||||
background #06090C
|
background #0E0A09
|
||||||
background_opacity 1.0
|
background_opacity 1.0
|
||||||
cursor #c0c1c2
|
cursor #c2c1c1
|
||||||
|
|
||||||
active_tab_foreground #06090C
|
active_tab_foreground #0E0A09
|
||||||
active_tab_background #c0c1c2
|
active_tab_background #c2c1c1
|
||||||
inactive_tab_foreground #c0c1c2
|
inactive_tab_foreground #c2c1c1
|
||||||
inactive_tab_background #06090C
|
inactive_tab_background #0E0A09
|
||||||
|
|
||||||
active_border_color #c0c1c2
|
active_border_color #c2c1c1
|
||||||
inactive_border_color #06090C
|
inactive_border_color #0E0A09
|
||||||
bell_border_color #2a3e4b
|
bell_border_color #754843
|
||||||
|
|
||||||
color0 #06090C
|
color0 #0E0A09
|
||||||
color8 #555f68
|
color8 #6a5656
|
||||||
color1 #2a3e4b
|
color1 #754843
|
||||||
color9 #385365
|
color9 #9C605A
|
||||||
color2 #393b3f
|
color2 #9f5448
|
||||||
color10 #4D4F54
|
color10 #D57060
|
||||||
color3 #484c4e
|
color3 #b17251
|
||||||
color11 #606668
|
color11 #ED996D
|
||||||
color4 #6f5143
|
color4 #ae8a57
|
||||||
color12 #946C5A
|
color12 #E8B975
|
||||||
color5 #68655a
|
color5 #6a5c62
|
||||||
color13 #8B8778
|
color13 #8E7B83
|
||||||
color6 #596765
|
color6 #a78e77
|
||||||
color14 #778A87
|
color14 #DFBE9F
|
||||||
color7 #899195
|
color7 #968b8b
|
||||||
color15 #c0c1c2
|
color15 #c2c1c1
|
||||||
|
|||||||
@ -4,10 +4,11 @@
|
|||||||
"keybind" : "l"
|
"keybind" : "l"
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"label" : "hibernate",
|
"label" : "reboot",
|
||||||
"action" : "systemctl hibernate || loginctl hibernate",
|
"action" : "systemctl reboot || loginctl reboot",
|
||||||
"keybind" : "h"
|
"keybind" : "r"
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
"label" : "logout",
|
"label" : "logout",
|
||||||
"action" : "pkill Hyprland || pkill sway || pkill niri || loginctl terminate-user $USER",
|
"action" : "pkill Hyprland || pkill sway || pkill niri || loginctl terminate-user $USER",
|
||||||
@ -18,13 +19,3 @@
|
|||||||
"action" : "systemctl poweroff || loginctl poweroff",
|
"action" : "systemctl poweroff || loginctl poweroff",
|
||||||
"keybind" : "s"
|
"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;
|
all: unset;
|
||||||
background-image: none;
|
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 {
|
button {
|
||||||
font-family: 'CodeNewRoman Nerd Font Mono';
|
font-family: 'CodeNewRoman Nerd Font Mono';
|
||||||
font-size: 1rem;
|
background-color: alpha(@color9,1);
|
||||||
background-color: rgba(11, 11, 11, 0.9);
|
border-radius: 5px;
|
||||||
color: #FFFFFF;
|
|
||||||
margin: 2rem;
|
|
||||||
border-radius: 2rem;
|
|
||||||
padding: 3rem;
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
#lock {
|
#lock {
|
||||||
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;
|
||||||
#hibernate {
|
padding: 5px;
|
||||||
background-image: image(url("/home/eli/.config/wlogout/sleep.png"))
|
|
||||||
}
|
|
||||||
#logout {
|
|
||||||
background-image: image(url("/home/eli/.config/wlogout/logout.png"))
|
|
||||||
}
|
}
|
||||||
#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;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#suspend {
|
#logout {
|
||||||
background-image: image(url("/home/eli/.config/wlogout/pause.png"))
|
background-image: image(url("/home/eli/.config/wlogout/logout.png"));
|
||||||
|
margin : 5px 300px 5px 5px;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#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;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus,
|
#lock:focus {
|
||||||
button:active,
|
background-image: image(url("/home/eli/.config/wlogout/lock.png"));
|
||||||
button:hover {
|
margin : -50px 5px 5px 200px;
|
||||||
background-color: rgba(80, 80, 80, 0.8);
|
padding: 10px;
|
||||||
border-radius: 5rem;
|
|
||||||
color: #000000;
|
}
|
||||||
|
#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;
|
margin: 2px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: none;
|
border: none;
|
||||||
animation: slideIn 1.5s ease-in-out;
|
animation: slideIn .5s ease-in-out;
|
||||||
|
|
||||||
}
|
}
|
||||||
#outer-box {
|
#outer-box {
|
||||||
@ -56,7 +56,7 @@ window {
|
|||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: @text;
|
color: @text;
|
||||||
animation: slideIn 1s ease-in-out;
|
animation: slideIn .5s ease-in-out;
|
||||||
box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
|
box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
|
||||||
border-radius:10;
|
border-radius:10;
|
||||||
}
|
}
|
||||||
@ -99,5 +99,5 @@ window {
|
|||||||
}
|
}
|
||||||
#entry:drop(active) {
|
#entry:drop(active) {
|
||||||
background-color: @lavender !important;
|
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 |