Updates
This commit is contained in:
parent
7fa495d582
commit
b79def07e4
|
@ -67,8 +67,4 @@ _installPackagesPacman "${packagesPacman[@]}";
|
|||
_installPackagesYay "${packagesYay[@]}";
|
||||
|
||||
echo ""
|
||||
echo "-> Start swww"
|
||||
swww init
|
||||
|
||||
echo ""
|
||||
echo "DONE!"
|
||||
echo "DONE! Please reboot your system!"
|
||||
|
|
|
@ -55,4 +55,4 @@ packagesPacman=(
|
|||
# ------------------------------------------------------
|
||||
_installPackagesPacman "${packagesPacman[@]}";
|
||||
|
||||
echo "DONE!"
|
||||
echo "DONE! Please reboot your system!"
|
||||
|
|
|
@ -12,15 +12,15 @@
|
|||
# Monitor Setup
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# -----------------------------------------------------
|
||||
monitor=,2560x1440@120,auto,1
|
||||
# monitor=,preferred,auto,1
|
||||
# monitor=,2560x1440@120,auto,1
|
||||
monitor=,preferred,auto,1
|
||||
# monitor=,1920x1080,auto,1
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Autostart
|
||||
# -----------------------------------------------------
|
||||
exec-once = ~/dotfiles/waybar/launch.sh
|
||||
exec-once = swww init
|
||||
exec-once = ~/dotfiles/waybar/launch.sh
|
||||
exec-once = ~/dotfiles/scripts/updatewal-swww.sh
|
||||
exec-once = dunst
|
||||
exec-once = ~/dotfiles/hypr/gtk.sh
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
@define-color foreground #bfc1c1;
|
||||
@define-color background #000a0a;
|
||||
@define-color cursor #bfc1c1;
|
||||
@define-color foreground #bfbfbf;
|
||||
@define-color background #000000;
|
||||
@define-color cursor #bfbfbf;
|
||||
|
||||
@define-color color0 #000a0a;
|
||||
@define-color color1 #3C5663;
|
||||
@define-color color2 #585E5F;
|
||||
@define-color color3 #956D41;
|
||||
@define-color color4 #D0A636;
|
||||
@define-color color5 #717E8B;
|
||||
@define-color color6 #9BA0A4;
|
||||
@define-color color7 #bfc1c1;
|
||||
@define-color color8 #3f4747;
|
||||
@define-color color9 #3C5663;
|
||||
@define-color color10 #585E5F;
|
||||
@define-color color11 #956D41;
|
||||
@define-color color12 #D0A636;
|
||||
@define-color color13 #717E8B;
|
||||
@define-color color14 #9BA0A4;
|
||||
@define-color color15 #bfc1c1;
|
||||
@define-color color0 #000000;
|
||||
@define-color color1 #D96F2D;
|
||||
@define-color color2 #9A7246;
|
||||
@define-color color3 #EFA025;
|
||||
@define-color color4 #FBE02A;
|
||||
@define-color color5 #C09C54;
|
||||
@define-color color6 #F9EF56;
|
||||
@define-color color7 #bfbfbf;
|
||||
@define-color color8 #3f3f3f;
|
||||
@define-color color9 #D96F2D;
|
||||
@define-color color10 #9A7246;
|
||||
@define-color color11 #EFA025;
|
||||
@define-color color12 #FBE02A;
|
||||
@define-color color13 #C09C54;
|
||||
@define-color color14 #F9EF56;
|
||||
@define-color color15 #bfbfbf;
|
||||
|
|
Loading…
Reference in New Issue
Block a user