update wofi style and make hyprlock bg same as hyprpaper
This commit is contained in:
@@ -8,3 +8,6 @@ WALLPAPER=$(find "$WALLPAPER_DIR" -type f ! -name "$(basename "$CURRENT_WALL")"
|
||||
|
||||
# Apply the selected wallpaper
|
||||
hyprctl hyprpaper reload ,"$WALLPAPER"
|
||||
|
||||
# Update hyprlock config
|
||||
sed -i "s|path = .*|path = $WALLPAPER|" ~/.config/hypr/hyprlock.conf
|
||||
|
||||
@@ -59,24 +59,24 @@
|
||||
/* Window */
|
||||
window {
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
border: 2px solid @lavender;
|
||||
border-radius: 8px;
|
||||
padding: 5px;
|
||||
border: 1px solid @lavender;
|
||||
border-radius: 6px;
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
/* Inner Box */
|
||||
#inner-box {
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
margin: 2px;
|
||||
padding: 5px;
|
||||
border: none;
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
/* Outer Box */
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
margin: 2px;
|
||||
padding: 5px;
|
||||
border: none;
|
||||
background-color: @base;
|
||||
}
|
||||
@@ -84,14 +84,14 @@ window {
|
||||
/* Scroll */
|
||||
#scroll {
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
padding: 5px;
|
||||
border: none;
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
/* Input */
|
||||
#input {
|
||||
margin: 5px 20px;
|
||||
margin: 2px 10px;
|
||||
padding: 10px;
|
||||
border: none;
|
||||
border-radius: 0.1em;
|
||||
|
||||
Reference in New Issue
Block a user