redesigns waybar and small hyprland adjustments
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
hl.config({
|
||||
general = {
|
||||
col = {
|
||||
active_border = "rgba(124326ff)",
|
||||
active_border = { colors = {"rgba(124326ff)", "rgba(22aa2269)"}, angle = 45 },
|
||||
inactive_border = "rgba(080c08ff)",
|
||||
},
|
||||
},
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
hl.config({
|
||||
general = {
|
||||
gaps_in = 5,
|
||||
gaps_out = 10,
|
||||
border_size = 5,
|
||||
gaps_in = 10,
|
||||
gaps_out = 20,
|
||||
border_size = 7,
|
||||
-- Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false,
|
||||
-- Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
|
||||
|
||||
@@ -75,12 +75,13 @@ hl.window_rule({
|
||||
})
|
||||
|
||||
hl.window_rule({
|
||||
name = "btop",
|
||||
name = "kitty",
|
||||
match = {
|
||||
class = "kitty",
|
||||
},
|
||||
float = true,
|
||||
size = {1920, 1080}
|
||||
size = {1920, 1080},
|
||||
opacity = 0.8
|
||||
})
|
||||
|
||||
-- Hyprland-run windowrule
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
source=./shared.conf
|
||||
preload = ~/.themes/Serpensortia/wallpaper/top.jxl
|
||||
preload = ~/.themes/Serpensortia/wallpaper/bottom.jxl
|
||||
preload = ~/.themes/Serpensortia/wallpaper/left.jxl
|
||||
preload = ~/.themes/Serpensortia/wallpaper/right.jxl
|
||||
preload = ~/.themes/Serpensortia/wallpaper/woods_u.jpg
|
||||
preload = ~/.themes/Serpensortia/wallpaper/woods_d.jpg
|
||||
preload = ~/.themes/Serpensortia/wallpaper/woods_l.jpg
|
||||
preload = ~/.themes/Serpensortia/wallpaper/woods_r.jpg
|
||||
|
||||
wallpaper {
|
||||
monitor = $top-monitor
|
||||
path = ~/.themes/Serpensortia/wallpaper/top.jxl
|
||||
path = ~/.themes/Serpensortia/wallpaper/woods_u.jpg
|
||||
fit_mode = cover
|
||||
timeout = 1
|
||||
}
|
||||
wallpaper {
|
||||
monitor = $bottom-monitor
|
||||
path = ~/.themes/Serpensortia/wallpaper/bottom.jxl
|
||||
path = ~/.themes/Serpensortia/wallpaper/woods_d.jpg
|
||||
fit_mode = cover
|
||||
timeout = 1
|
||||
}
|
||||
wallpaper {
|
||||
monitor = $left-monitor
|
||||
path = ~/.themes/Serpensortia/wallpaper/left.jxl
|
||||
path = ~/.themes/Serpensortia/wallpaper/woods_l.jpg
|
||||
fit_mode = cover
|
||||
timeout = 1
|
||||
}
|
||||
wallpaper {
|
||||
monitor = $right-monitor
|
||||
path = ~/.themes/Serpensortia/wallpaper/right.jxl
|
||||
path = ~/.themes/Serpensortia/wallpaper/woods_r.jpg
|
||||
fit_mode = cover
|
||||
timeout = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user