feature: style update, waybar update, funny fastfetch update and other fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# General
|
||||
general {
|
||||
fail_timeout = 300
|
||||
fail_timeout = 600
|
||||
}
|
||||
|
||||
animations {
|
||||
@@ -19,6 +19,12 @@ background {
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
auth {
|
||||
fingerprint {
|
||||
enabled = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Positioning
|
||||
# Time
|
||||
@@ -27,7 +33,8 @@ label {
|
||||
color = $foreground
|
||||
font_size = 60
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
position = 210, 240
|
||||
position = 160, 240
|
||||
# position = 210, 240
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
@@ -38,7 +45,20 @@ label {
|
||||
color = rgba(216, 222, 233, 0.75)
|
||||
font_size = 20
|
||||
font_family = SF Pro Display Bold
|
||||
position = 202, 175
|
||||
position = 164, 170
|
||||
# position = 210, 170
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Layout
|
||||
label {
|
||||
text = Layout: $LAYOUT[en,ru,ua].
|
||||
color = rgba(216, 222, 233, 0.75)
|
||||
font_size = 14
|
||||
font_family = SF Pro Display Bold
|
||||
position = 164, 120
|
||||
# position = 210, 120
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
@@ -46,23 +66,26 @@ label {
|
||||
# Input
|
||||
input-field {
|
||||
size = 350, 55
|
||||
rounding = 4
|
||||
outline_thickness = 2
|
||||
dots_size = 0.2
|
||||
dots_spacing = 0.2
|
||||
dots_spacing = 0.4
|
||||
dots_center = true
|
||||
outer_color = rgba(56, 129, 195, 0.94)
|
||||
inner_color = rgba(10, 0, 30, 0.3)
|
||||
font_color = rgb(200, 200, 200)
|
||||
fade_on_empty = false
|
||||
font_family = JetBrains Mono Nerd Font Mono
|
||||
placeholder_text = <i><span foreground="##cdd6f4">Poow</span></i>
|
||||
placeholder_text = <i><span foreground="##cdd6f4">Poow!</span></i>
|
||||
fail_text = <i>Get jinxed!</i>
|
||||
fail_transition = 300
|
||||
hide_input = false
|
||||
position = 160, 40
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Player (TODO: fix it)
|
||||
# Player
|
||||
label {
|
||||
text = cmd[update:1000] echo "$($HOME/.config/hypr/scripts/player-status.sh)"
|
||||
color = $foreground
|
||||
@@ -72,4 +95,3 @@ label {
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user