increase transition duration : waybar
This commit is contained in:
@@ -50,7 +50,7 @@ input-field {
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] date +"%I:%M %p"
|
||||
color = rgb(135, 206, 235)
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 35
|
||||
font_family = Fira Semibold
|
||||
position = 0, -70
|
||||
@@ -62,9 +62,9 @@ label {
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(echo $USER | awk '{print toupper(substr($0,1,1)) tolower(substr($0,2))}')"
|
||||
text = cmd[update:1000] echo "Hi, $(echo $USER | awk '{print toupper(substr($0,1,1)) tolower(substr($0,2))}')"
|
||||
font_size = 55
|
||||
color = rgb(135, 206, 235)
|
||||
color = rgb(255, 255, 255)
|
||||
font_family = Fira Semibold
|
||||
position = 0, 30
|
||||
halign = center
|
||||
|
||||
Reference in New Issue
Block a user