-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.toml
28 lines (23 loc) · 1.15 KB
/
default.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#####################################
# Configuration File for perspektiv #
#####################################
# perspektiv is a userland application for reporting system events such as
# monitor brightness changes or audio mutes to the user with a graphical popup.
# perspektiv is designed to be easy to extend, so if you encounter any missing
# functionality, feel free to create a pull request at
# https://github.com/henriklaxhuber/perspektiv
# The style section specifies configuration for the appearance of the window.
[window]
width = 400 # window width
height = 120 # window height
padding = 60 # padding on the inside of the window
spacing = 20 # spacing between elements in the window
margin_horiz = { anchor = "Right", margin = 10 }
margin_vert = { anchor = "Top", margin = 10 }
duration = 1200 # How many milliseconds after an event the window will remain visible
opacity = 100 # window opacity in percent
#css = "./my-style.css" # GTK+ CSS file to override appearance
[percentage]
show_numeric = true # show numbers on percentage bar, e.g. for volume or brightness
[boolean]
show_label = true # show label for boolean events, e.g. "Muted" or "Wifi off"