mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
9 lines
351 B
Plaintext
9 lines
351 B
Plaintext
# vim:set ft=tmux:
|
|
%hidden MODULE_NAME="load"
|
|
|
|
set -ogq "@catppuccin_${MODULE_NAME}_icon" " "
|
|
set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_blue}"
|
|
set -ogq "@catppuccin_${MODULE_NAME}_text" "#{l:#(uptime | awk '{split(substr($0, index($0, \"load\")), a, \":\"); print a[2]\}}')"
|
|
|
|
source -F "#{d:current_file}/../utils/status_module.conf"
|