rules mango
This commit is contained in:
parent
7ab1abfb21
commit
f2b0849175
7 changed files with 14 additions and 11 deletions
|
|
@ -1 +1 @@
|
|||
1779306768:success:suspend_resume
|
||||
1779375494:success:suspend_resume
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"transcription_backend": "vulkan",
|
||||
"model": "large-v3-turbo",
|
||||
"audio_ducking": true,
|
||||
"primary_shortcut": "ALT+S",
|
||||
"primary_shortcut": "SUPER+SHIFT+XF86Assistant,",
|
||||
"recording_mode": "push_to_talk",
|
||||
"language": "fr",
|
||||
"start_sound_volume": 0.5,
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3871
|
||||
4360
|
||||
|
|
@ -22,6 +22,7 @@ exec-once=swaybg -i ~/.wallpapers/662412-vanilla-arch-wallpaper-linuxart.png
|
|||
exec-once=kitty --class kitty-1 --directory $HOME
|
||||
exec-once=perplexity
|
||||
exec-once=kitty --class kitty-2 --directory $HOME
|
||||
exec-once=kitty --class kitty-mon --directory $HOME
|
||||
exec-once=chromium
|
||||
exec-once=thunderbird
|
||||
exec-once=spotify-launcher
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ binds=SUPER+SHIFT,f,spawn,firefox
|
|||
binds=SUPER,t,spawn,thunderbird
|
||||
|
||||
# IA's
|
||||
binds=SUPER+SHIFT,XF86Assistant,spawn,perplexity
|
||||
binds=SUPER,p,spawn,perplexity
|
||||
binds=SUPER,m,spawn,spotify-launcher
|
||||
|
||||
# Virtualisation
|
||||
|
|
|
|||
|
|
@ -9,12 +9,12 @@ windowrule=tags:1,scroller_proportion:0.5,appid:kitty-1
|
|||
windowrule=tags:1,scroller_proportion:0.5,appid:perplexity
|
||||
windowrule=tags:1,scroller_proportion:0.5,appid:kitty-2
|
||||
|
||||
# Tag 2 : Ssh serveur
|
||||
windowrule=tags:2,scroller_proportion:1,appid:kitty-3
|
||||
# Tag 2 : web
|
||||
windowrule=tags:2,scroller_proportion:0.8,appid:chromium
|
||||
windowrule=tags:2,appid:firefox
|
||||
|
||||
# Tag 3 : web
|
||||
windowrule=tags:3,scroller_proportion:0.8,appid:chromium
|
||||
windowrule=tags:3,appid:firefox
|
||||
# Tag 7 : web
|
||||
windowrule=tags:7,scroller_proportion:0.8,appid:kitty-mon
|
||||
|
||||
# Tag 8 : mail
|
||||
windowrule=tags:8,scroller_proportion:0.5,appid:proton-bridge
|
||||
|
|
|
|||
|
|
@ -202,10 +202,11 @@ tooltip label {
|
|||
|
||||
/* Base styles - same icon for all states, only colors change */
|
||||
#custom-hyprwhspr {
|
||||
font-size: 13px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
margin: 4px;
|
||||
padding: 6px 6px;
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
background: alpha(@mantle, 0.88);
|
||||
border: 1px solid alpha(@lavender, 0.35);
|
||||
border-radius: 8px;
|
||||
|
|
@ -218,6 +219,7 @@ tooltip label {
|
|||
#custom-hyprwhspr.recording {
|
||||
color: @red;
|
||||
font-family: monospace; /* Better rendering of dot characters */
|
||||
background: alpha(@red, 0.30);
|
||||
letter-spacing: 0.5px; /* Slight spacing for better dot visibility */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue