feat: eww on startup

This commit is contained in:
hesam-init 2024-07-10 14:32:04 +03:30
parent 3edd6b5a8e
commit ae6ea0b772
8 changed files with 21 additions and 11 deletions

View 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

View file

@ -1 +1 @@
source = ~/.config/hypr/configs/animation/variants/default.conf
source = ~/.config/hypr/configs/animation/variants/animations-river.conf

View file

@ -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
}

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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