From 0a0d019042e55e46a9a747a9ab7ba7e43dbfe84b Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Sun, 29 Mar 2026 22:41:34 +0300 Subject: [PATCH] fix(tmux): bell window theme --- .config/tmux/theme.tmux | 4 ++-- plugins/common/nextcloud.zsh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/tmux/theme.tmux b/.config/tmux/theme.tmux index fc092789..a6b6a3da 100644 --- a/.config/tmux/theme.tmux +++ b/.config/tmux/theme.tmux @@ -73,8 +73,8 @@ setw -g pane-border-lines single set -g window-status-format "#[reverse]#I#{?#{!=:#{window_name},Window}, #[noreverse] #W,}#[fg=#{@thm_surface_0},bg=#{@thm_bg}]" set -g window-status-style "bg=#{@thm_surface_0},fg=#{@thm_teal}" # set -g window-status-last-style "bg=#{@thm_surface_0},fg=#{@thm_peach}" -set -g window-status-activity-style "bg=#{@thm_red},fg=#{@thm_surface_0}" -set -g window-status-bell-style "bg=#{@thm_red},fg=#{@thm_surface_0},bold" +set -g window-status-activity-style "bg=#{@thm_surface_0},fg=#{@thm_red}" +set -g window-status-bell-style "bg=#{@thm_surface_0},fg=#{@thm_red},bold" # set -gF window-status-separator "#[bg=#{@thm_surface_0},fg=#{@thm_overlay_0}]│" set -g window-status-current-format "#[reverse]#[noreverse]#I#{?#{!=:#{window_name},Window}, #W,}#[bg=#{@thm_surface_0},fg=#{@thm_teal}]" diff --git a/plugins/common/nextcloud.zsh b/plugins/common/nextcloud.zsh index aebe3994..fe30ffcf 100755 --- a/plugins/common/nextcloud.zsh +++ b/plugins/common/nextcloud.zsh @@ -238,6 +238,7 @@ nc-disable-db-proxy() { fi } +# NOTE not working nc-aio-force-appupdate() { JOB_CLASS="OCA\\UpdateNotification\\BackgroundJob\\UpdateAvailableNotifications"