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

@ -17,8 +17,8 @@
window#waybar {
transition-property: background-color;
transition-duration: 0.5s;
border-radius: 0px;
border-left: 1px solid alpha(@active, 0.4);
border-radius: 4px;
border: 2px solid alpha(@active, 0.4);
background: @background;
background: alpha(@background, 0.8);
color: lighter(@active);