-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Kowalczyk
authored and
Daniel Kowalczyk
committed
Mar 17, 2022
1 parent
bbb165d
commit e5d1d5c
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule dotbot
updated
61 files
Submodule tmux-cpu
updated
29 files
+12 −0 | .github/workflows/check.yml | |
+2 −0 | .mailmap | |
+68 −26 | README.md | |
+41 −6 | cpu.tmux | |
+10 −7 | scripts/cpu_bg_color.sh | |
+10 −7 | scripts/cpu_fg_color.sh | |
+11 −9 | scripts/cpu_icon.sh | |
+9 −7 | scripts/cpu_percentage.sh | |
+28 −0 | scripts/cpu_temp.sh | |
+40 −0 | scripts/cpu_temp_bg_color.sh | |
+40 −0 | scripts/cpu_temp_fg_color.sh | |
+42 −0 | scripts/cpu_temp_icon.sh | |
+10 −7 | scripts/gpu_bg_color.sh | |
+10 −7 | scripts/gpu_fg_color.sh | |
+11 −9 | scripts/gpu_icon.sh | |
+6 −8 | scripts/gpu_percentage.sh | |
+34 −0 | scripts/gpu_temp.sh | |
+40 −0 | scripts/gpu_temp_bg_color.sh | |
+40 −0 | scripts/gpu_temp_fg_color.sh | |
+42 −0 | scripts/gpu_temp_icon.sh | |
+40 −0 | scripts/gram_bg_color.sh | |
+40 −0 | scripts/gram_fg_color.sh | |
+42 −0 | scripts/gram_icon.sh | |
+27 −0 | scripts/gram_percentage.sh | |
+103 −17 | scripts/helpers.sh | |
+40 −0 | scripts/ram_bg_color.sh | |
+40 −0 | scripts/ram_fg_color.sh | |
+42 −0 | scripts/ram_icon.sh | |
+52 −0 | scripts/ram_percentage.sh |
Submodule tpm
updated
9 files
+6 −18 | README.md | |
+3 −1 | docs/changing_plugins_install_dir.md | |
+2 −2 | docs/how_to_create_plugin.md | |
+2 −2 | scripts/helpers/plugin_functions.sh | |
+4 −1 | scripts/helpers/tmux_utils.sh | |
+16 −7 | scripts/install_plugins.sh | |
+2 −1 | scripts/source_plugins.sh | |
+4 −2 | scripts/update_plugin.sh | |
+10 −1 | tpm |