diff --git a/.version/name b/.version/name index 5cfdfee..f358d8c 100644 --- a/.version/name +++ b/.version/name @@ -1 +1 @@ -2.8.3.2 \ No newline at end of file +2.8.3.3 \ No newline at end of file diff --git a/.version/version b/.version/version index ab991e6..633e3dc 100644 --- a/.version/version +++ b/.version/version @@ -1 +1 @@ -2832 \ No newline at end of file +2833 \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index 70cd0bb..9178da5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Version 2.8.3.3 +https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.3 +-------------------------------------------------------- +- Fix swww gray backgrou issue. New command on autostart.conf is exec-once = swww-daemon & + Version 2.8.3.2 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.2 -------------------------------------------------------- diff --git a/apps/ML4W_Dotfiles_Settings-x86_64.AppImage b/apps/ML4W_Dotfiles_Settings-x86_64.AppImage index 1f2ab24..d35619b 100755 Binary files a/apps/ML4W_Dotfiles_Settings-x86_64.AppImage and b/apps/ML4W_Dotfiles_Settings-x86_64.AppImage differ diff --git a/dunst/dunstrc b/dunst/dunstrc index bb11204..64646d9 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -102,7 +102,7 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 1 # Defines color of the frame around the notification window. frame_color = "#ffffff" @@ -133,7 +133,7 @@ ### Text ### - font = "Fira Sans Semibold" 11 + font = "Fira Sans Semibold" 9 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -181,7 +181,7 @@ # Vertical alignment of message text and icon. # Possible values are "top", "center" and "bottom". - vertical_alignment = top + vertical_alignment = center # Show age of message if message is older than show_age_threshold # seconds. @@ -323,21 +323,21 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#00000070" + background = "#000000CC" foreground = "#888888" timeout = 6 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] - background = "#00000070" + background = "#000000CC" foreground = "#ffffff" timeout = 6 # Icon for notifications with normal urgency, uncomment to enable #default_icon = /path/to/icon [urgency_critical] - background = "#90000070" + background = "#900000CC" foreground = "#ffffff" frame_color = "#ffffff" timeout = 6 diff --git a/hypr/conf/autostart.conf b/hypr/conf/autostart.conf index 7b75407..cbb11bc 100644 --- a/hypr/conf/autostart.conf +++ b/hypr/conf/autostart.conf @@ -27,7 +27,8 @@ exec-once = hypridle exec-once = wl-paste --watch cliphist store # Initialize swww -exec-once = swww query || swww init +# exec-once = swww query || swww init +exec-once = swww-daemon & # Load last wallpaper and waybar with pywal colors exec-once = ~/dotfiles/hypr/scripts/wallpaper.sh init diff --git a/waybar/modules.json b/waybar/modules.json index 5ceab44..d18965f 100644 --- a/waybar/modules.json +++ b/waybar/modules.json @@ -21,9 +21,7 @@ "default": "" }, "persistent-workspaces": { - // START WORKSPACES - "*": 5 - // END WORKSPACES + "*": 5 } }, @@ -223,7 +221,6 @@ // Clock "clock": { - // TIMEDATEFORMAT "format": "{:%H:%M %a}", // "timezone": "America/New_York", "tooltip-format": "{:%Y %B}\n{calendar}",