1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-04 09:59:25 +00:00

[kitty/polybar] Remove tilix leftovers

This commit is contained in:
2023-09-30 17:35:44 +02:00
parent 8fcb4267cc
commit 221a87cad1
6 changed files with 21 additions and 14 deletions

View File

@ -36,7 +36,7 @@ def show_cpu_usage():
if global_count < 10:
padding = '%{F' + colors['id'] + '}' + '_' * (10 - global_count) + '%{F-}'
print("%{A1:$TERMINAL_CMD 'top -o %CPU' &:}%{T5}" + bar + padding + "%{T-}%{A}")
print("%{A1:$TERMINAL_CMD top -o %CPU &:}%{T5}" + bar + padding + "%{T-}%{A}")
if __name__ == "__main__":