feature: style update, waybar update, funny fastfetch update and other fixes

This commit is contained in:
2026-06-19 13:57:23 +03:00
parent 9d23965acc
commit 50d5c4fbd9
222 changed files with 8109 additions and 1219 deletions
@@ -1,9 +1,9 @@
# Wallpaper
# env = WALLPAPER,$HOME/Pictures/Wallpapers/Arcane/Jinx/jinx-fog.png
env = WALLPAPER,$HOME/Pictures/Wallpapers/Scapes/Deserts/desert-night.jpg
env = WALLPAPER,$HOME/Pictures/Wallpapers/Anime/Madskillz/madskillz-girl-station.png
# Lockscreen wallpaper
env = LOCK_WALLPAPER,$HOME/Pictures/Wallpapers/Arcane/Scenes/arcane-airship.png
env = LOCK_WALLPAPER,$HOME/Pictures/Wallpapers/Scapes/Snowy/snowy-night.png
env = LOCK_BLUR_PASSES,0 # 0 disable blurring
-1
View File
@@ -2,7 +2,6 @@
# Initialize dbus
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
# Set workspaces to hundreds for the scroll-to-left support
# exec-once = bash -c "sleep 1 && for monitor in $(hyprctl monitors -j | jq -r '.[].name'); do hyprctl dispatch workspace 100 && hyprctl dispatch focusworkspaceoncurrentmonitor 100; done"
exec-once = ~/.config/hypr/scripts/set-workspaces.sh
# Initialize sleep
exec-once = uwsm app -- systemd-inhibit --who="Hyprland config" --why="wlogout keybind" --what=handle-power-key --mode=block sleep infinity
+27 -18
View File
@@ -6,6 +6,10 @@ bindln = Shift_L, ALT_L, exec, hyprctl switchxkblayout main next
bindln = ALT_L, Shift_L, exec, hyprctl switchxkblayout main next
# enter key bind
bind = $mainMod, space, sendshortcut, , Return, activewindow
# Toggle performance mode
bind = $mainMod, F1, exec, ~/.config/hypr/scripts/mode-performance.sh
@@ -52,11 +56,11 @@ bind = $mainMod, code:49, exec, hyprlock
# waybar bind
bindr = $mainMod, w, exec, pkill -9 waybar || uwsm app -- waybar
bind = $mainMod, W, exec, pkill -9 waybar || uwsm app -- waybar
# quickshell bind
bindr = $mainMod SHIFT, w, exec, pkill -9 quickshell || uwsm app -- quickshell
bind = $mainMod SHIFT, W, exec, pkill -9 quickshell || uwsm app -- quickshell
# multimedia binds
@@ -82,27 +86,27 @@ bind = , XF86PowerOff, exec, systemctl suspend
# Move focus with mainMod + arrow keys
binde = $mainMod, H, movefocus, l
binde = $mainMod, L, movefocus, r
binde = $mainMod, K, movefocus, u
binde = $mainMod, J, movefocus, d
binde = $mainMod, h, movefocus, l
binde = $mainMod, l, movefocus, r
binde = $mainMod, k, movefocus, u
binde = $mainMod, j, movefocus, d
binde = $mainMod, left, movefocus, l
binde = $mainMod, left, movefocus, l
binde = $mainMod, right, movefocus, r
binde = $mainMod, up, movefocus, u
binde = $mainMod, down, movefocus, d
binde = $mainMod, up, movefocus, u
binde = $mainMod, down, movefocus, d
binde = $mainMod SHIFT, H, movewindow, l
binde = $mainMod SHIFT, L, movewindow, r
binde = $mainMod SHIFT, K, movewindow, u
binde = $mainMod SHIFT, J, movewindow, d
binde = $mainMod SHIFT, h, movewindow, l
binde = $mainMod SHIFT, l, movewindow, r
binde = $mainMod SHIFT, k, movewindow, u
binde = $mainMod SHIFT, j, movewindow, d
binde = $mainMod SHIFT, left, movewindow, l
binde = $mainMod SHIFT, left, movewindow, l
binde = $mainMod SHIFT, right, movewindow, r
binde = $mainMod SHIFT, up, movewindow, u
binde = $mainMod SHIFT, down, movewindow, d
binde = $mainMod SHIFT, up, movewindow, u
binde = $mainMod SHIFT, down, movewindow, d
binde = ALT, TAB, cyclenext
binden = ALT, TAB, cyclenext
# Scroll through existing workspaces with mainMod + scroll
@@ -119,8 +123,13 @@ bindm = $mainMod SHIFT, mouse:272, resizewindow
# Resize with keyboard
binde = $mainMod CTRL, h, resizeactive, -30 0
binde = $mainMod CTRL, l, resizeactive, 30 0
binde = $mainMod CTRL, j, resizeactive, 0 30
binde = $mainMod CTRL, k, resizeactive, 0 -30
binde = $mainMod CTRL, j, resizeactive, 0 30
binde = $mainMod CTRL, left, resizeactive, -30 0
binde = $mainMod CTRL, right, resizeactive, 30 0
binde = $mainMod CTRL, up, resizeactive, 0 -30
binde = $mainMod CTRL, down, resizeactive, 0 30
# Focus on initial workspace (TODO: different for monitors)
+3 -4
View File
@@ -1,7 +1,7 @@
# General config
general {
gaps_in = 3
gaps_out = 5
gaps_in = 2 # 3
gaps_out = 4 # 5
border_size = 2
col.active_border = rgba(6aa0d2ff) rgba(cb7194ff) 24deg
col.inactive_border = rgba(595959aa)
@@ -9,7 +9,6 @@ general {
}
dwindle {
# pseudotile = yes
preserve_split = yes
# smart_split = no
}
@@ -23,7 +22,7 @@ cursor {
# Window styling
decoration {
rounding = 10
rounding = 2 # 10
blur {
brightness = 0.7
contrast = 0.75