Compare commits

..

No commits in common. "41bbe54ece2efb4940f88c9c7de5a8f0776e662e" and "17ddadab1b0f7e5f056026d0bb411dece7d7e721" have entirely different histories.

7 changed files with 27 additions and 55 deletions

View file

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

View file

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

View file

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

View file

@ -4,6 +4,3 @@ 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)

View file

@ -1,42 +0,0 @@
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,6 +27,3 @@ alias sudo=sudo\
# man-db
alias man=man\
# helix
alias hx=helix

View file

@ -1,5 +1,15 @@
# 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
# tmux, sudo
alias tsudo='tmux new sudo -i'
# helix
alias hx=helix