Updates
This commit is contained in:
parent
8f238013a4
commit
04b3c75d03
@ -1 +1 @@
|
|||||||
2.8.3.2
|
2.8.3.3
|
@ -1 +1 @@
|
|||||||
2832
|
2833
|
@ -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
|
Version 2.8.3.2
|
||||||
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.2
|
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.2
|
||||||
--------------------------------------------------------
|
--------------------------------------------------------
|
||||||
|
Binary file not shown.
@ -102,7 +102,7 @@
|
|||||||
|
|
||||||
# Defines width in pixels of frame around the notification window.
|
# Defines width in pixels of frame around the notification window.
|
||||||
# Set to 0 to disable.
|
# Set to 0 to disable.
|
||||||
frame_width = 3
|
frame_width = 1
|
||||||
|
|
||||||
# Defines color of the frame around the notification window.
|
# Defines color of the frame around the notification window.
|
||||||
frame_color = "#ffffff"
|
frame_color = "#ffffff"
|
||||||
@ -133,7 +133,7 @@
|
|||||||
|
|
||||||
### Text ###
|
### Text ###
|
||||||
|
|
||||||
font = "Fira Sans Semibold" 11
|
font = "Fira Sans Semibold" 9
|
||||||
|
|
||||||
# The spacing between lines. If the height is smaller than the
|
# The spacing between lines. If the height is smaller than the
|
||||||
# font height, it will get raised to the font height.
|
# font height, it will get raised to the font height.
|
||||||
@ -181,7 +181,7 @@
|
|||||||
|
|
||||||
# Vertical alignment of message text and icon.
|
# Vertical alignment of message text and icon.
|
||||||
# Possible values are "top", "center" and "bottom".
|
# 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
|
# Show age of message if message is older than show_age_threshold
|
||||||
# seconds.
|
# seconds.
|
||||||
@ -323,21 +323,21 @@
|
|||||||
[urgency_low]
|
[urgency_low]
|
||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
# IMPORTANT: colors have to be defined in quotation marks.
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
background = "#00000070"
|
background = "#000000CC"
|
||||||
foreground = "#888888"
|
foreground = "#888888"
|
||||||
timeout = 6
|
timeout = 6
|
||||||
# Icon for notifications with low urgency, uncomment to enable
|
# Icon for notifications with low urgency, uncomment to enable
|
||||||
#default_icon = /path/to/icon
|
#default_icon = /path/to/icon
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#00000070"
|
background = "#000000CC"
|
||||||
foreground = "#ffffff"
|
foreground = "#ffffff"
|
||||||
timeout = 6
|
timeout = 6
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
#default_icon = /path/to/icon
|
#default_icon = /path/to/icon
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#90000070"
|
background = "#900000CC"
|
||||||
foreground = "#ffffff"
|
foreground = "#ffffff"
|
||||||
frame_color = "#ffffff"
|
frame_color = "#ffffff"
|
||||||
timeout = 6
|
timeout = 6
|
||||||
|
@ -27,7 +27,8 @@ exec-once = hypridle
|
|||||||
exec-once = wl-paste --watch cliphist store
|
exec-once = wl-paste --watch cliphist store
|
||||||
|
|
||||||
# Initialize swww
|
# 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
|
# Load last wallpaper and waybar with pywal colors
|
||||||
exec-once = ~/dotfiles/hypr/scripts/wallpaper.sh init
|
exec-once = ~/dotfiles/hypr/scripts/wallpaper.sh init
|
||||||
|
@ -21,9 +21,7 @@
|
|||||||
"default": ""
|
"default": ""
|
||||||
},
|
},
|
||||||
"persistent-workspaces": {
|
"persistent-workspaces": {
|
||||||
// START WORKSPACES
|
|
||||||
"*": 5
|
"*": 5
|
||||||
// END WORKSPACES
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -223,7 +221,6 @@
|
|||||||
|
|
||||||
// Clock
|
// Clock
|
||||||
"clock": {
|
"clock": {
|
||||||
// TIMEDATEFORMAT
|
|
||||||
"format": "{:%H:%M %a}",
|
"format": "{:%H:%M %a}",
|
||||||
// "timezone": "America/New_York",
|
// "timezone": "America/New_York",
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
|
Loading…
Reference in New Issue
Block a user