mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 16:16:53 +02:00
feat: eww on startup
This commit is contained in:
parent
3edd6b5a8e
commit
ae6ea0b772
8 changed files with 21 additions and 11 deletions
9
hypr-configs/hyprland/eww/scripts/eww/start.sh
Executable file
9
hypr-configs/hyprland/eww/scripts/eww/start.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if ! pgrep -x "eww" >/dev/null; then
|
||||
eww daemon &
|
||||
sleep 1
|
||||
fi
|
||||
|
||||
eww open bar
|
||||
eww open notifications
|
|
@ -1 +1 @@
|
|||
source = ~/.config/hypr/configs/animation/variants/default.conf
|
||||
source = ~/.config/hypr/configs/animation/variants/animations-river.conf
|
|
@ -3,7 +3,6 @@
|
|||
# name "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
|
||||
animations {
|
||||
enabled = true
|
||||
|
||||
|
@ -17,3 +16,4 @@ animations {
|
|||
animation = workspaces, 1, 6, default
|
||||
animation = specialWorkspace, 1, 6, default, slidevert
|
||||
}
|
||||
|
||||
|
|
|
@ -3,15 +3,16 @@
|
|||
# -----------------------------------------------------
|
||||
|
||||
exec-once = dbus-update-activation-environment --all &
|
||||
exec-once = ~/.config/hypr/scripts/startup/pipewire.sh &
|
||||
exec-once = ~/.config/hypr/scripts/startup/keyring.sh &
|
||||
exec-once = $SCRIPT_PATH/startup/pipewire.sh &
|
||||
exec-once = $SCRIPT_PATH/startup/keyring.sh &
|
||||
exec-once = wl-paste --watch cliphist store &
|
||||
|
||||
exec-once = ~/.config/hypr/scripts/startup/dunst.sh &
|
||||
exec-once = $SCRIPT_PATH/startup/dunst.sh &
|
||||
# exec-once = ~/.config/hypr/scripts/wallpaper/wallpaper-daemon.sh &
|
||||
exec-once = hyprpaper &
|
||||
exec-once = ~/.config/hypr/scripts/startup/swayosd.sh &
|
||||
exec-once = ~/.config/hypr/scripts/waybar/start.sh &
|
||||
exec-once = $SCRIPT_PATH/startup/swayosd.sh &
|
||||
# exec-once = ~/.config/hypr/scripts/waybar/start.sh &
|
||||
exec-once = $EWW_SCRIPT_PATH/eww/start.sh &
|
||||
|
||||
# exec-once = avizo-service &
|
||||
# exec-once = eww daemon && eww open bar
|
||||
|
|
|
@ -36,7 +36,7 @@ bind = $mainMod, J, exec, $pkg_manager
|
|||
bind = $mainMod, B, exec, $bluetooth-manager
|
||||
|
||||
# EWw
|
||||
bind = $mainMod, Z, exec, $toggle_control_panel
|
||||
bind = $mainMod, Z, exec, $toggle_panel
|
||||
|
||||
# Screenshot
|
||||
bind = $mainMod, PRINT, exec, $screenshot -m window
|
||||
|
|
|
@ -21,7 +21,7 @@ env = QT_QPA_PLATFORM,wayland
|
|||
$SCRIPT_PATH = ~/.config/hypr/scripts
|
||||
$EWW_SCRIPT_PATH = ~/.config/eww/scripts
|
||||
|
||||
$toggle_control_panel = $EWW_SCRIPT_PATH/eww/toggle-control-panel
|
||||
$toggle_panel = $EWW_SCRIPT_PATH/eww/toggle-panel
|
||||
|
||||
$mainMod = SUPER
|
||||
$terminal = alacritty -o "window.opacity=0"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$WALLPAPER_PATH = ~/.config/hypr/wallpapers
|
||||
|
||||
preload = $WALLPAPER_PATH/harmony.png
|
||||
preload = $WALLPAPER_PATH/windows.jpg
|
||||
|
||||
wallpaper = ,$WALLPAPER_PATH/harmony.png
|
||||
wallpaper = ,$WALLPAPER_PATH/windows.jpg
|
||||
|
||||
splash = true
|
Loading…
Add table
Reference in a new issue