mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-05 23:33:42 +02:00
fix: hyprlock input field and terminals
This commit is contained in:
parent
55bfe565f1
commit
3cea0e76e6
4 changed files with 11 additions and 5 deletions
|
@ -3,4 +3,4 @@
|
|||
# -----------------------------------------------------
|
||||
|
||||
exec-once=[workspace 3 silent] nekoray
|
||||
exec-once=[workspace 3 silent] alacritty -e btop
|
||||
exec-once=[workspace 3 silent] $alacritty_terminal -e btop
|
|
@ -10,6 +10,7 @@
|
|||
# -----------------------------------------------------
|
||||
# Environments
|
||||
# -----------------------------------------------------
|
||||
|
||||
$CURSOR_SIZE = 24
|
||||
env = HYPRCURSOR_SIZE,$CURSOR_SIZE
|
||||
env = XCURSOR_SIZE,$CURSOR_SIZE
|
||||
|
@ -24,8 +25,13 @@ $EWW_SCRIPT_PATH = ~/.config/eww/scripts
|
|||
$eww_toggle_panel = $EWW_SCRIPT_PATH/eww/toggle-panel.sh
|
||||
|
||||
$mainMod = SUPER
|
||||
$terminal = alacritty -o "window.opacity=0"
|
||||
$zterminal = alacritty -o "window.opacity=0.6" -e zellij
|
||||
|
||||
$alacritty_terminal = alacritty -o "window.opacity=0"
|
||||
$kitty_terminal = kitty
|
||||
|
||||
$terminal = $alacritty_terminal
|
||||
$zterminal = $alacritty_terminal -e zellij
|
||||
|
||||
$fileManager = nemo
|
||||
$bluetooth-manager = blueman-manager
|
||||
$pkg_manager = octoxbps
|
||||
|
|
|
@ -54,7 +54,7 @@ label {
|
|||
monitor =
|
||||
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H
|
||||
font_size = 96
|
||||
position = 0, 40
|
||||
position = 0, 100
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
|
@ -1 +1 @@
|
|||
Subproject commit 5218302cc3f66d1fc58c5806adbf22af6c3208ed
|
||||
Subproject commit cb7f897f62a76b9d2e6f3b9b6bf0ec661f9555aa
|
Loading…
Add table
Reference in a new issue