Some better styling
This commit is contained in:
parent
3184904b40
commit
e0570cda04
1 changed files with 5 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
### Geometry ###
|
### Geometry ###
|
||||||
width = (350, 350) # So I can remember this later
|
width = (350, 350) # So I can remember this later
|
||||||
height = 300
|
height = 86
|
||||||
origin = bottom-right
|
origin = bottom-right
|
||||||
offset = 15x15
|
offset = 15x15
|
||||||
scale = 0
|
scale = 0
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
# %p progress value if set ([ 0%] to [100%]) or nothing
|
# %p progress value if set ([ 0%] to [100%]) or nothing
|
||||||
# %n progress value if set without any extra characters
|
# %n progress value if set without any extra characters
|
||||||
# %% Literal %
|
# %% Literal %
|
||||||
format = "<b>%s</b>\n%b"
|
format = "<b>%s</b><span size='small'> (%a)</span>\n%b"
|
||||||
alignment = left
|
alignment = left
|
||||||
vertical_alignment = bottom
|
vertical_alignment = bottom
|
||||||
show_age_threshold = 60
|
show_age_threshold = 60
|
||||||
|
@ -147,10 +147,11 @@
|
||||||
urgency = low
|
urgency = low
|
||||||
timeout = 1
|
timeout = 1
|
||||||
set_stack_tag = 'sysinfo' # Replace the previous notification if it still exists.
|
set_stack_tag = 'sysinfo' # Replace the previous notification if it still exists.
|
||||||
|
format = "<b>%s</b>"
|
||||||
|
|
||||||
[Spotify]
|
[Spotify]
|
||||||
appname = "Spotify"
|
appname = "Spotify"
|
||||||
|
|
||||||
format = "%b"
|
format = "<b>%s</b>\n%b"
|
||||||
background = "1db954"
|
frame_color = "#1db954"
|
||||||
urgency = low
|
urgency = low
|
||||||
|
|
Loading…
Reference in a new issue