This commit is contained in:
Stephan Raabe 2024-03-26 11:36:33 +01:00
parent 8f238013a4
commit 04b3c75d03
7 changed files with 16 additions and 13 deletions

View File

@ -1 +1 @@
2.8.3.2
2.8.3.3

View File

@ -1 +1 @@
2832
2833

View File

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

View File

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

View File

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

View File

@ -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": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",