Several things...
This commit is contained in:
parent
076832e825
commit
6e54b0588b
15 changed files with 98 additions and 16 deletions
|
|
@ -3,9 +3,11 @@
|
|||
# Original config submitted by https://github.com/SherLock707
|
||||
|
||||
# Sourcing colors generated by wallust
|
||||
source = $HOME/.config/hypr/wallust/wallust-hyprland.conf
|
||||
source = $HOME/.cache/wal/hyprland.conf
|
||||
$Scripts = $HOME/.config/hypr/scripts
|
||||
|
||||
$foreground = rgb(213,196,161)
|
||||
|
||||
general {
|
||||
grace = 1
|
||||
}
|
||||
|
|
@ -17,10 +19,10 @@ background {
|
|||
blur_passes = 1 # 0 disables blurring
|
||||
noise = 0.0117
|
||||
contrast = 1.3000 # Vibrant!!!
|
||||
brightness = 0.8000
|
||||
vibrancy = 0.2100
|
||||
vibrancy_darkness = 0.0
|
||||
color: $color8
|
||||
color = $background
|
||||
path = $HOME/.cache/wallpaper
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -80,7 +82,7 @@ label {
|
|||
label {
|
||||
monitor =
|
||||
text = $USER
|
||||
color = $color13
|
||||
color = $foreground
|
||||
outline_thickness = 2
|
||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
|
|
@ -103,10 +105,10 @@ input-field {
|
|||
dots_center = true
|
||||
outer_color = rgba(0, 0, 0, 0)
|
||||
inner_color = rgba(255, 255, 255, 0.33)
|
||||
font_color = $color11
|
||||
font_color = $foreground
|
||||
fade_on_empty = false
|
||||
font_family = JetBrainsMono Nerd Font ExtraBold
|
||||
placeholder_text = <i><span foreground="##ffffff99">🔒 Type Password</span></i>
|
||||
placeholder_text = <i><span>🔒 Type Password</span></i>
|
||||
hide_input = false
|
||||
position = 0, -260
|
||||
halign = center
|
||||
|
|
@ -117,7 +119,7 @@ input-field {
|
|||
label {
|
||||
monitor =
|
||||
text = cmd[update:60000] echo "<b> "$(uptime -p || $Scripts/UptimeNixOS.sh)" </b>"
|
||||
color = $color13
|
||||
color = $foreground
|
||||
font_size = 18
|
||||
font_family = JetBrainsMono Nerd Font ExtraBold
|
||||
position = -20, 20
|
||||
|
|
@ -131,7 +133,7 @@ label {
|
|||
label {
|
||||
monitor =
|
||||
text = cmd[update:3600000] [ -f ~/.cache/.weather_cache ] && cat ~/.cache/.weather_cache
|
||||
color = $color13
|
||||
color = $foreground
|
||||
font_size = 18
|
||||
font_family = JetBrainsMono Nerd Font ExtraBold
|
||||
position = 20, 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue