Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- source = $HOME/.cache/wal/colors-kitty.conf
- $accent = "#5b9697"
- $accentAlpha = "#94e2d5"
- $font = JetBrainsMono Nerd Font
- # GENERAL
- general {
- disable_loading_bar = true
- hide_cursor = true
- }
- # BACKGROUND
- background {
- monitor =
- path = ~/Pictures/backgrounds/astronaut.png
- blur_passes = 2
- color = "#010103"
- }
- # TIME
- label {
- monitor =
- text = cmd[update:30000] echo "$(date +"%R")"
- color = "#09649C"
- font_size = 33
- font_family = $font
- position = -30, 0
- halign = right
- valign = top
- }
- # DATE
- label {
- monitor =
- text = cmd[update:43200000] echo "$(date +"%A, %d %B %Y")"
- color = "#9D2058"
- font_size = 25
- font_family = $font
- position = -30, -75
- halign = right
- valign = top
- }
- # USER AVATAR
- image {
- monitor =
- path = ~/.face
- size = 100
- border_color = $accent
- position = 0, 75
- halign = center
- valign = center
- }
- # INPUT FIELD
- input-field {
- monitor =
- size = 150, 60
- outline_thickness = 4
- dots_size = 0.2
- dots_spacing = 0.2
- dots_center = true
- outer_color = $accent
- inner_color = $surface0
- font_color = "#2E54A6"
- fade_on_empty = false
- #placeholder_text = <span foreground="##$textAlpha"><i> Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
- hide_input = false
- check_color = $accent
- fail_color = $red
- fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
- capslock_color = $yellow
- position = 0, -35
- halign = center
- valign = center
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement