Dunst: Update dunst, add to bspwmrc
This commit is contained in:
parent
3eea14e99e
commit
f1ff8b2979
@ -96,4 +96,8 @@ if [[ $(pgrep conky) ]]; then
|
|||||||
killall conky
|
killall conky
|
||||||
fi
|
fi
|
||||||
conky&
|
conky&
|
||||||
|
if [[ $(pgrep dunst) ]]; then
|
||||||
|
killall dunst
|
||||||
|
fi
|
||||||
|
dunst&
|
||||||
|
|
||||||
|
@ -19,10 +19,10 @@ Height 1080=478
|
|||||||
Width 1920=446
|
Width 1920=446
|
||||||
|
|
||||||
[MainWindow]
|
[MainWindow]
|
||||||
Height 1080=1015
|
Height 1080=1012
|
||||||
State=AAAA/wAAAAD9AAAAAwAAAAAAAACyAAADs/wCAAAAAvsAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawAAAAAA/////wAAAAoBAAAD+wAAABQAcABsAGEAYwBlAHMARABvAGMAawEAAABEAAADswAAAFoBAAADAAAAAQAAAAAAAAAA/AIAAAAB+wAAABAAaQBuAGYAbwBEAG8AYwBrAAAAAAD/////AAAACgEAAAMAAAADAAAAAAAAAAD8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawAAAAAA/////wAAAAoBAAADAAAGsQAAA7MAAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAQAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAA=
|
State=AAAA/wAAAAD9AAAAAwAAAAAAAACyAAADsPwCAAAAAvsAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawAAAAAA/////wAAAAoBAAAD+wAAABQAcABsAGEAYwBlAHMARABvAGMAawEAAABEAAADsAAAAFoBAAADAAAAAQAAAAAAAAAA/AIAAAAB+wAAABAAaQBuAGYAbwBEAG8AYwBrAAAAAAD/////AAAACgEAAAMAAAADAAAAAAAAAAD8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawAAAAAA/////wAAAAoBAAADAAAC9gAAA7AAAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAQAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAA=
|
||||||
ToolBarsMovable=Disabled
|
ToolBarsMovable=Disabled
|
||||||
Width 1920=1892
|
Width 1920=937
|
||||||
|
|
||||||
[Notification Messages]
|
[Notification Messages]
|
||||||
ConfirmDelete=true
|
ConfirmDelete=true
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
# the top and down respectively.
|
# the top and down respectively.
|
||||||
# The width can be negative. In this case the actual width is the
|
# The width can be negative. In this case the actual width is the
|
||||||
# screen width minus the width defined in within the geometry option.
|
# screen width minus the width defined in within the geometry option.
|
||||||
geometry = "400x8-10+10"
|
geometry = "400x8-10+50"
|
||||||
|
|
||||||
# Show how many messages are currently hidden (because of geometry).
|
# Show how many messages are currently hidden (because of geometry).
|
||||||
indicate_hidden = yes
|
indicate_hidden = yes
|
||||||
@ -86,7 +86,7 @@
|
|||||||
### Text ###
|
### Text ###
|
||||||
|
|
||||||
#font = Monospace 8
|
#font = Monospace 8
|
||||||
font = Helvetica CE 10
|
font = Terminus 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.
|
||||||
|
@ -205,7 +205,7 @@ Show hidden files=false
|
|||||||
Sort by=Name
|
Sort by=Name
|
||||||
Sort directories first=true
|
Sort directories first=true
|
||||||
Sort reversed=false
|
Sort reversed=false
|
||||||
Speedbar Width=185
|
Speedbar Width=186
|
||||||
View Style=Simple
|
View Style=Simple
|
||||||
detailedViewIconSize=0
|
detailedViewIconSize=0
|
||||||
listViewIconSize=43
|
listViewIconSize=43
|
||||||
|
Loading…
Reference in New Issue
Block a user