waybar looks like cosmic panel

This commit is contained in:
2025-02-07 11:25:31 +00:00
parent c78594ed65
commit cbf6f42847
12 changed files with 125 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
decoration {
rounding = 15
rounding = 10
shadow {
range = 0
@@ -37,6 +37,11 @@ general {
layout = dwindle
}
dwindle {
pseudotile = true
preserve_split = true
}
master {
new_on_top = true
new_status = "master"
@@ -44,6 +49,9 @@ master {
input {
kb_layout = gb
repeat_delay = 200
repeat_rate = 50
kb_options = caps:escape
}
# Monitors
@@ -67,8 +75,8 @@ bind = SUPER SHIFT, F, exec, pcmanfm
# Move focus with mainMod + arrow keys
bind = SUPER, h, movefocus, l
bind = SUPER, l, movefocus, r
bind = SUPER, k, layoutmsg, cycleprev
bind = SUPER, j, layoutmsg, cyclenext
bind = SUPER, k, movefocus, u
bind = SUPER, j, movefocus, d
bind = SUPER SHIFT, k, layoutmsg, swapprev
bind = SUPER SHIFT, j, layoutmsg, swapnext

View File

@@ -1,4 +1,4 @@
preload = ~/.config/hypr/wallpaper.jpg
preload = ~/.config/hypr/wallpaper2.jpg
wallpaper = DP-1, ~/.config/hypr/wallpaper.jpg
wallpaper = HDMI-A-1, ~/.config/hypr/wallpaper2.jpg
preload = ~/pictures/wallpaper1.jpg
preload = ~/pictures/wallpaper2.jpg
wallpaper = DP-1, ~/pictures/wallpaper1.jpg
wallpaper = HDMI-A-1, ~/pictures/wallpaper2.jpg