Dots Changes
* Hyprland Changse * Gaps decreased * hyprlock - Adds Date in lockscreen * hyprpaper - Wallpaper changed
This commit is contained in:
@@ -72,7 +72,7 @@ env = HYPRCURSOR_SIZE,24
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
gaps_out = 3
|
||||
|
||||
border_size = 2
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ general {
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = ~/Pictures/wallhaven-y8v7zx_1920x1080_overlay.png
|
||||
path = ~/Pictures/1349197.png
|
||||
# blur_passes = 2
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
@@ -82,6 +82,34 @@ label {
|
||||
# shadow_boost = 10
|
||||
}
|
||||
|
||||
# Date Shadow
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(date +"%A, %d %B %Y")"
|
||||
color = rgba(0, 0, 0, 1)
|
||||
font_size = 25
|
||||
font_family = EnvyCodeR Nerd Font
|
||||
position = 0, -160
|
||||
halign = center
|
||||
valign = top
|
||||
# shadow_boost = 10
|
||||
}
|
||||
|
||||
#Date
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(date +"%A, %d %B %Y")"
|
||||
color = rgba(173, 244, 216,1.0)
|
||||
#color = rgba(255, 255, 255, 0.6)
|
||||
font_size = 25
|
||||
font_family = EnvyCodeR Nerd Font
|
||||
position = 0, -161
|
||||
halign = center
|
||||
valign = top
|
||||
# shadow_boost = 10
|
||||
}
|
||||
|
||||
|
||||
# USER
|
||||
label {
|
||||
monitor =
|
||||
@@ -93,9 +121,6 @@ label {
|
||||
position = 0, -40
|
||||
halign = center
|
||||
valign = center
|
||||
shadow_passes = 2
|
||||
shadow_size = 10
|
||||
shadow_color = rgba(250, 177, 160,1.0)
|
||||
}
|
||||
|
||||
label {
|
||||
@@ -108,21 +133,4 @@ label {
|
||||
position = 0, -42
|
||||
halign = center
|
||||
valign = center
|
||||
shadow_passes = 2
|
||||
shadow_size = 10
|
||||
shadow_color = rgba(250, 177, 160,1.0)
|
||||
}
|
||||
|
||||
# image {
|
||||
# path = ~/Pictures/wallhaven-l8vp7y_1920x1080.png
|
||||
# size = 280 # lesser side if not 1:1 ratio
|
||||
# rounding = -1 # negative values mean circle
|
||||
# border_size = 4
|
||||
# border_color = rgb(221, 221, 221)
|
||||
# rotate = 0 # degrees, counter-clockwise
|
||||
# reload_time = -1 # seconds between reloading, 0 to reload with SIGUSR2
|
||||
# # reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
|
||||
# position = 0, 150
|
||||
# halign = center
|
||||
# valign = center
|
||||
# }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
preload = /home/indrajith/Pictures/city.png
|
||||
preload = /home/indrajith/Pictures/1357321.jpeg
|
||||
|
||||
wallpaper = ,/home/indrajith/Pictures/city.png
|
||||
wallpaper = ,/home/indrajith/Pictures/1357321.jpeg
|
||||
splash = true
|
||||
|
||||
Reference in New Issue
Block a user