20250322.1742674833
This commit is contained in:
parent
06fe5a1390
commit
cd8cf52814
6 changed files with 104 additions and 9 deletions
|
@ -16,8 +16,10 @@ icons = "awesome4"
|
|||
[[block]]
|
||||
block = "focused_window"
|
||||
[block.format]
|
||||
full = " $title.str(max_w:50) |"
|
||||
short = " $title.str(max_w:10) |"
|
||||
full = "🪟 $title.str(max_w:50) |"
|
||||
short = "🪟 $title.str(max_w:10) |"
|
||||
[block.theme_overrides]
|
||||
idle_fg = "#ee5253"
|
||||
|
||||
[[block]]
|
||||
block = "cpu"
|
||||
|
@ -67,3 +69,15 @@ block = "keyboard_layout"
|
|||
block = "time"
|
||||
interval = 5
|
||||
format = " $timestamp.datetime(f:'%a %d/%m %R') "
|
||||
|
||||
[[block]]
|
||||
block = "custom"
|
||||
command = "echo ''"
|
||||
interval = "once"
|
||||
|
||||
[[block.click]]
|
||||
button = "left"
|
||||
cmd = "telegram-desktop"
|
||||
# [[block.click]]
|
||||
# button = "left"
|
||||
# action = "cycle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue