Compare commits
6 commits
b796ed03bf
...
13eb0576b7
Author | SHA1 | Date | |
---|---|---|---|
13eb0576b7 | |||
0b142f65e4 | |||
6f29dc251a | |||
d3852f41da | |||
a736a5c28c | |||
1a10442a51 |
6 changed files with 17 additions and 4 deletions
|
@ -11,5 +11,7 @@ if [ -z "$SSH_AGENT_PID" ]; then
|
||||||
exec ssh-agent "$0" "$@"
|
exec ssh-agent "$0" "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export XDG_CONFIG_HOME="${HOME}/.config"
|
||||||
|
|
||||||
# Execution
|
# Execution
|
||||||
exec /usr/bin/Hyprland "$@"
|
exec /usr/bin/Hyprland "$@"
|
||||||
|
|
|
@ -4,4 +4,4 @@ import = ["/home/ahurac/.config/alacritty/theme.toml"]
|
||||||
size = 11.5
|
size = 11.5
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
opacity = 0.7
|
opacity = 0.8
|
||||||
|
|
|
@ -9,7 +9,11 @@ decoration {
|
||||||
fullscreen_opacity = 1.0
|
fullscreen_opacity = 1.0
|
||||||
|
|
||||||
# Shadows
|
# Shadows
|
||||||
drop_shadow = false
|
drop_shadow = true
|
||||||
|
shadow_range = 50
|
||||||
|
shadow_ignore_window = true
|
||||||
|
col.shadow = rgba(9933ff80)
|
||||||
|
col.shadow_inactive = rgba(00000000)
|
||||||
|
|
||||||
# Dimming
|
# Dimming
|
||||||
dim_inactive = false
|
dim_inactive = false
|
||||||
|
|
|
@ -21,3 +21,7 @@ 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
|
||||||
|
|
|
@ -9,11 +9,11 @@ plugin {
|
||||||
|
|
||||||
# Tabs
|
# Tabs
|
||||||
tabs {
|
tabs {
|
||||||
height = 15
|
height = 10
|
||||||
padding = 5
|
padding = 5
|
||||||
from_top = true
|
from_top = true
|
||||||
rounding = 8
|
rounding = 8
|
||||||
render_text = true
|
render_text = false
|
||||||
text_center = false
|
text_center = false
|
||||||
text_font = Hack Nerd Font
|
text_font = Hack Nerd Font
|
||||||
text_height = 8
|
text_height = 8
|
||||||
|
|
|
@ -4,3 +4,6 @@ wallpaper = , ~/.local/share/backgrounds/virtual_riot_save_yourself_2-1920x1080.
|
||||||
|
|
||||||
# Save battery
|
# Save battery
|
||||||
#ipc = off
|
#ipc = off
|
||||||
|
|
||||||
|
# Splash text
|
||||||
|
splash = false
|
||||||
|
|
Loading…
Reference in a new issue