Skip to content

Commit fc80de1

Browse files
committed
Router: Use only Gemini 3.5 Flash for auto-routing
1 parent b766a03 commit fc80de1

5 files changed

Lines changed: 55 additions & 1 deletion

File tree

config/hypr/hyprland.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ binde = $mainMod+Shift, Down, resizeactive, 0 30
355355

356356

357357
# Clipboard
358-
bind = SUPER, V, exec, cliphist list | tofi -c ~/.config/tofi/configV | cliphist decode | wl-copy
358+
bind = SUPER, V, exec, cliphist list | tofi -c ~/.config/tofi/current-configV | cliphist decode | wl-copy
359359

360360
# Colour Picker
361361
# bind = $mainMod, P, exec, $colorPicker | wl-copy

config/tofi/themes/tokyonight.conf

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
width = 100%
2+
height = 100%
3+
border-width = 0
4+
outline-width = 0
5+
padding-top = 33%
6+
padding-left = 10%
7+
padding-right = 10%
8+
result-spacing = 25
9+
num-results = 5
10+
11+
font = JetBrainsMono Nerd Font
12+
font-size = 24
13+
14+
text-color = #c0caf5
15+
prompt-text = " : "
16+
background-color = #1a1b26d9
17+
selection-color = #7aa2f7
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
width = 100%
2+
height = 100%
3+
border-width = 0
4+
outline-width = 0
5+
padding-top = 33%
6+
padding-left = 10%
7+
padding-right = 10%
8+
result-spacing = 25
9+
num-results = 5
10+
11+
font = JetBrainsMono Nerd Font
12+
font-size = 24
13+
14+
text-color = #ffffff
15+
prompt-text = " : "
16+
background-color = #000000d9
17+
selection-color = #6366f1
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
width = 100%
2+
height = 100%
3+
border-width = 0
4+
outline-width = 0
5+
padding-top = 33%
6+
padding-left = 10%
7+
padding-right = 10%
8+
result-spacing = 25
9+
num-results = 5
10+
11+
font = JetBrainsMono Nerd Font
12+
font-size = 24
13+
14+
text-color = #000000
15+
prompt-text = " : "
16+
background-color = #ffffffd9
17+
selection-color = #6366f1

setup/lib/theme_orchestrator.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ symlink|$home/.config/kitty/themes/$theme.conf|$home/.config/kitty/current-theme
104104
symlink|$home/.config/rofi/colors/$theme.rasi|$home/.config/rofi/colors/current.rasi
105105
symlink|$home/.config/tmux/themes/$theme.conf|$home/.config/tmux/current-theme.conf
106106
symlink|$home/.config/fzf/themes/$theme.sh|$home/.config/fzf/current-theme.sh
107+
symlink|$home/.config/tofi/themes/$theme.conf|$home/.config/tofi/current-configV
107108
symlink|$home/.config/zsh/themes/$theme.zsh|$home/.config/zsh/current-theme.zsh
108109
symlink|$home/.config/Kvantum/themes/$theme.kvconfig|$home/.config/Kvantum/kvantum.kvconfig
109110
symlink|$home/.config/bat/themes/$theme.conf|$home/.config/bat/config
@@ -177,6 +178,8 @@ theme_apply() {
177178
_theme_ln_sf "$tmux_themes/$theme.conf" "$home/.config/tmux/current-theme.conf"
178179
command -v tmux >/dev/null 2>&1 && tmux source-file "$home/.tmux.conf" 2>/dev/null || true
179180

181+
_theme_ln_sf "$home/.config/tofi/themes/$theme.conf" "$home/.config/tofi/current-configV"
182+
180183
_theme_ln_sf "$fzf_themes/$theme.sh" "$home/.config/fzf/current-theme.sh"
181184
if command -v tmux >/dev/null 2>&1 && tmux info >/dev/null 2>&1; then
182185
current_fzf=$(tmux show-environment FZF_DEFAULT_OPTS 2>/dev/null | sed 's/^FZF_DEFAULT_OPTS=//' || echo "")

0 commit comments

Comments
 (0)