Compare commits
3 commits
17ddadab1b
...
41bbe54ece
Author | SHA1 | Date | |
---|---|---|---|
41bbe54ece | |||
994c0254c0 | |||
08116aec0c |
7 changed files with 55 additions and 27 deletions
|
@ -1,5 +1,6 @@
|
|||
# Open terminal
|
||||
bind = SUPER, Return, exec, $terminal
|
||||
bind = SUPER SHIFT, Return, exec, $terminal -e sudo -i
|
||||
|
||||
# Workspaces
|
||||
#bind = SUPER, equal, movetoworkspace, special
|
||||
|
|
|
@ -21,7 +21,3 @@ env = XDG_SESSION_DESKTOP, Hyprland
|
|||
|
||||
# Electron
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT, auto
|
||||
|
||||
# hyprcursor
|
||||
env = HYPRCURSOR_THEME, Afterglow
|
||||
env = HYPRCURSOR_SIZE, 24
|
||||
|
|
|
@ -9,21 +9,14 @@ plugin {
|
|||
|
||||
# Tabs
|
||||
tabs {
|
||||
height = 10
|
||||
height = 8
|
||||
padding = 5
|
||||
from_top = true
|
||||
rounding = 8
|
||||
rounding = 4
|
||||
render_text = false
|
||||
text_center = false
|
||||
text_font = Hack Nerd Font
|
||||
text_height = 8
|
||||
text_padding = 10
|
||||
col.active = rgba(000000e0)
|
||||
col.active = rgba(00ff00e0)
|
||||
col.urgent = rgb(ffd966)
|
||||
col.inactive = rgba(00000080)
|
||||
col.text.active = $col_accentdark
|
||||
col.text.urgent = rgba(000000e8)
|
||||
col.text.inactive = rgb(808080)
|
||||
col.inactive = rgba(00000090)
|
||||
}
|
||||
|
||||
# Autotile
|
||||
|
|
|
@ -4,3 +4,6 @@ windowrulev2 = workspace 4 silent, class:($bitwarden_class)
|
|||
windowrulev2 = workspace 4 silent, class:($element_class)
|
||||
windowrulev2 = workspace 4 silent, class:($discord_class)
|
||||
windowrulev2 = workspace 4 silent, class:($deezer_class)
|
||||
|
||||
# Thunderbird password
|
||||
windowrulev2 = float, class:(thunderbird), title:(Password Required - Mozilla Thunderbird)
|
||||
|
|
42
config/hypr-ahrc--laptop/hyprlock.conf
Normal file
42
config/hypr-ahrc--laptop/hyprlock.conf
Normal 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
|
||||
}
|
|
@ -27,3 +27,6 @@ alias sudo=sudo\
|
|||
|
||||
# man-db
|
||||
alias man=man\
|
||||
|
||||
# helix
|
||||
alias hx=helix
|
||||
|
|
|
@ -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
|
||||
alias g=git
|
||||
|
||||
# helix
|
||||
alias hx=helix
|
||||
# tmux, sudo
|
||||
alias tsudo='tmux new sudo -i'
|
||||
|
|
Loading…
Reference in a new issue