diff options
-rwxr-xr-x | autostart.sh | 6 | ||||
-rw-r--r-- | hypr/hyprland.conf | 1 | ||||
-rw-r--r-- | hypr/hyprpaper.conf | 2 | ||||
-rw-r--r-- | waybar/config-Hyprland | 2 |
4 files changed, 9 insertions, 2 deletions
diff --git a/autostart.sh b/autostart.sh index 031f520..eb60e3b 100755 --- a/autostart.sh +++ b/autostart.sh @@ -19,16 +19,20 @@ killandrun () { if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then notify-sound.sh off & - runifnot caffeine if [ -n "$WAYLAND_DISPLAY" ]; then runifnot swayidle + #launch_waybar.sh "$(crcparse WC)" runifnot waybar -c ~/.config/waybar/config-"$(basename "$(crcparse WC)")" + gsettings set $gnome-schema gtk-theme 'Plata-Noir-Compact' + gsettings set $gnome-schema icon-theme 'Mint-Y-Dark-Blue' + gsettings set $gnome-schema cursor-theme 'Adwaita' killandrun hyprpaper if [ "$(crcparse WC | xargs basename)" = "Hyprland" ]; then xrdb ~/.Xresources fi else #runifnot picom + runifnot caffeine runifnot xss-lock slockd runifnot sxhkd if "$(type xmonad >/dev/null 2>&1)"; then diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3a4ebb8..84c6f23 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -11,6 +11,7 @@ monitor = DP-1, 1920x1080@60, 1920x0, 1 # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox exec-once = ~/.config/autostart.sh +exec-once = /usr/lib/polkit-kde-authentication-agent-1 #}}} # Source a file (multi-file configs) diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index fe52262..1b8480c 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -5,6 +5,8 @@ preload = ~/background.jpg #set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used wallpaper = eDP-1,~/background.jpg +wallpaper = HDMI-A-1,~/background.jpg +wallpaper = DP-1,~/background.jpg #if more than one monitor in use, can load a 2nd image #wallpaper = monitor2,~/background.jpg # .. more monitors diff --git a/waybar/config-Hyprland b/waybar/config-Hyprland index bfe0175..8325c86 100644 --- a/waybar/config-Hyprland +++ b/waybar/config-Hyprland @@ -74,7 +74,7 @@ // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", "critical-threshold": 80, // "format-critical": "{temperatureC}°C {icon}", - "format": "{temperatureC}°C {icon}", + "format": "{temperatureC}°C", "format-icons": ["", "", ""] }, "backlight": { |