increase transition duration : waybar

This commit is contained in:
Joel Mathew Thomas
2024-05-31 14:49:14 +05:30
parent 424ba30d59
commit dd10e7d0fb
6 changed files with 16 additions and 12 deletions
+3 -3
View File
@@ -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