Compare commits

..

3 commits

Author SHA1 Message Date
41bbe54ece aliases : mise à jour 2024-04-13 15:42:36 +02:00
994c0254c0 Ajout : config hyprlock ahrc-laptop 2024-04-13 15:42:22 +02:00
08116aec0c config/hypr (ahrc-laptop) : mise à jour 2024-04-13 15:41:59 +02:00
7 changed files with 55 additions and 27 deletions

View file

@ -1,5 +1,6 @@
# Open terminal # Open terminal
bind = SUPER, Return, exec, $terminal bind = SUPER, Return, exec, $terminal
bind = SUPER SHIFT, Return, exec, $terminal -e sudo -i
# Workspaces # Workspaces
#bind = SUPER, equal, movetoworkspace, special #bind = SUPER, equal, movetoworkspace, special

View file

@ -21,7 +21,3 @@ env = XDG_SESSION_DESKTOP, Hyprland
# Electron # Electron
env = ELECTRON_OZONE_PLATFORM_HINT, auto env = ELECTRON_OZONE_PLATFORM_HINT, auto
# hyprcursor
env = HYPRCURSOR_THEME, Afterglow
env = HYPRCURSOR_SIZE, 24

View file

@ -9,21 +9,14 @@ plugin {
# Tabs # Tabs
tabs { tabs {
height = 10 height = 8
padding = 5 padding = 5
from_top = true from_top = true
rounding = 8 rounding = 4
render_text = false render_text = false
text_center = false col.active = rgba(00ff00e0)
text_font = Hack Nerd Font
text_height = 8
text_padding = 10
col.active = rgba(000000e0)
col.urgent = rgb(ffd966) col.urgent = rgb(ffd966)
col.inactive = rgba(00000080) col.inactive = rgba(00000090)
col.text.active = $col_accentdark
col.text.urgent = rgba(000000e8)
col.text.inactive = rgb(808080)
} }
# Autotile # Autotile

View file

@ -4,3 +4,6 @@ windowrulev2 = workspace 4 silent, class:($bitwarden_class)
windowrulev2 = workspace 4 silent, class:($element_class) windowrulev2 = workspace 4 silent, class:($element_class)
windowrulev2 = workspace 4 silent, class:($discord_class) windowrulev2 = workspace 4 silent, class:($discord_class)
windowrulev2 = workspace 4 silent, class:($deezer_class) windowrulev2 = workspace 4 silent, class:($deezer_class)
# Thunderbird password
windowrulev2 = float, class:(thunderbird), title:(Password Required - Mozilla Thunderbird)

View file

@ -0,0 +1,42 @@
general {
hide_cursor = true
no_fade_in = true
}
background {
monitor =
path = screenshot
blur_passes = 3
blur_size = 5
}
input-field {
monitor =
size = 640, 50
outline_thickness = 3
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = false
outer_color = rgb(151515)
inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10)
fade_on_empty = true
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
hide_input = false
rounding = -1 # -1 means complete rounding (circle/oval)
position = 0, -20
halign = center
valign = center
}
label {
monitor =
text = cmd[update:500] date '+%Y-%m-%d%n %H:%M:%S'
font_size = 25
font_family = Hack Nerd Font
position = 0, 80
halign = center
valign = center
}

View file

@ -27,3 +27,6 @@ alias sudo=sudo\
# man-db # man-db
alias man=man\ alias man=man\
# helix
alias hx=helix

View file

@ -1,15 +1,5 @@
# wine
alias wine32="WINEPREFIX=~/.wine32 wine"
# kitty
if [ "$TERM" = xterm-kitty ]; then
alias ssh="kitty +kitten ssh"
else
alias sshm="ssh -M"
fi
# git # git
alias g=git alias g=git
# helix # tmux, sudo
alias hx=helix alias tsudo='tmux new sudo -i'