Splitted hyprland config file to make config easier, created some more scripts to manage lockscreen wallpaper and battery charging limit, changed waybar appearance (testing) and added some aliases (galaxy book specific)

This commit is contained in:
Gu://em_ 2025-01-11 18:24:49 +01:00
parent 1965d9cf0a
commit e722ac37d1
16 changed files with 419 additions and 344 deletions

View file

@ -1,12 +1,12 @@
# BACKGROUND
background {
monitor =
path = ~/.config/hypr/images/lockscreen.jpg
blur_passes = 3
#contrast = 0.8916
#brightness = 0.8172
#vibrancy = 0.1696
#vibrancy_darkness = 0.0
path = ~/.config/hypr/images/lockscreen.JPG
blur_passes = 2
contrast = 0.8916
rightness = 0.8172
vibrancy = 0.1696
vibrancy_darkness = 0.0
}
# GENERAL
@ -27,7 +27,7 @@ input-field {
dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
outer_color = rgba(200, 200, 200, 0.4)
inner_color = rgba(100, 114, 125, 0.2)
inner_color = rgba(100, 114, 125, 0.4)
font_color = rgb(200, 200, 200)
fade_on_empty = false
font_family = DejaVu Sans
@ -45,7 +45,7 @@ label {
color = rgba(216, 222, 233, 0.70)
font_size = 130
font_family = JetbrainsMonoNL NF Bold
position = 0, 240
position = 0, 280
halign = center
valign = center
}
@ -57,7 +57,7 @@ label {
color = rgba(216, 222, 233, 0.70)
font_size = 26
font_family = JetbrainsMonoNL NF
position = 0, 120
position = 0, 160
halign = center
valign = center
}