mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 05:40:38 -04:00
Add files via upload
This commit is contained in:
parent
ab41059137
commit
dc7ba2ec42
7 changed files with 53 additions and 43 deletions
|
@ -1,6 +1,4 @@
|
|||
general {
|
||||
grace = 1
|
||||
}
|
||||
source = $HOME/.cache/wal/colors-hyprland.conf
|
||||
|
||||
background {
|
||||
monitor =
|
||||
|
@ -18,7 +16,7 @@ background {
|
|||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
monitor = DP-1
|
||||
size = 250, 50
|
||||
outline_thickness = 3
|
||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
|
@ -38,8 +36,8 @@ input-field {
|
|||
# Current time
|
||||
label {
|
||||
monitor = DP-1
|
||||
text = cmd[update:1000] echo "<b><big>$TIME</big></b>"
|
||||
color = $color0
|
||||
text = cmd[update:1300] echo "<b><big> $(date +"%H:%M") </big></b>"
|
||||
color = $color7
|
||||
font_size = 64
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
position = 0, 16
|
||||
|
@ -49,12 +47,12 @@ label {
|
|||
|
||||
# User label
|
||||
label {
|
||||
monitor =
|
||||
monitor = DP-1
|
||||
text = Hey <span text_transform="capitalize" size="larger">$USER</span>
|
||||
color = $color0
|
||||
color = $color7
|
||||
font_size = 20
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
position = 0, -10
|
||||
position = 0, 0
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
@ -62,9 +60,9 @@ label {
|
|||
|
||||
# Type to unlock
|
||||
label {
|
||||
monitor =
|
||||
monitor = DP-1
|
||||
text = Type to unlock!
|
||||
color = $color0
|
||||
color = $color7
|
||||
font_size = 16
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
position = 0, 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue