Skip to content

Commit

Permalink
bad things happen when you forget about that one little change you ma…
Browse files Browse the repository at this point in the history
…de ages ago
  • Loading branch information
3ximus committed Feb 25, 2024
1 parent 6c32a96 commit 0cdbea8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bash/ble.sh
Submodule ble.sh updated 6 files
+13 −9 ble.pp
+17 −0 blerc.template
+5 −2 docs/ChangeLog.md
+2 −2 lib/core-complete.sh
+165 −28 note.txt
+145 −45 src/edit.sh
8 changes: 4 additions & 4 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@ set -g @plugin '3ximus/tmux-plugin-sysstat'

set -g @suspend_suspended_options " \
status-left-style::bg=colour3\\,fg=colour235 bold dim, \
status-left::[ SUSPENDED ], \
status-left:: suspended , \
status-right-style::fg=black dim, \
window-status-style:gw:fg=colour7 dim, \
window-status-current-style:gw:fg=colour7 dim, \
"
set -g @suspend_on_resume_command "tmux set status"
set -g @suspend_on_suspend_command "tmux set status"
# set -g @suspend_on_resume_command "tmux set status"
# set -g @suspend_on_suspend_command "tmux set status"

set -g @batt_icon_status_charged ' '
set -g @batt_icon_status_charging '#[fg=green,bold]⚡#[fg=default,default]'
Expand All @@ -212,7 +212,7 @@ set -g @batt_color_charge_primary_tier3 'yellow,bold'
set -g @batt_color_charge_primary_tier2 'red,bold'
set -g @batt_color_charge_primary_tier1 'red,bold'

set -g @sysstat_mem_view_tmpl 'M:#[fg=#{mem.color}]#{mem.pused}'
set -g @sysstat_mem_view_tmpl 'RAM:#[fg=#{mem.color}]#{mem.pused}'

set -g @fingers-key C-f
set -g @fingers-hint-style "fg=red,bold"
Expand Down

0 comments on commit 0cdbea8

Please sign in to comment.