mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 11:12:49 +00:00
Unify data/config formatting
This commit is contained in:
parent
b215dfb145
commit
9afbfe3c1d
1 changed files with 5 additions and 5 deletions
10
data/config
10
data/config
|
@ -64,10 +64,10 @@ CenterTime: true
|
||||||
TimeSpace: 300
|
TimeSpace: 300
|
||||||
|
|
||||||
# Set datetime style
|
# Set datetime style
|
||||||
# DateTimeStyle: %a %D - %H:%M:%S %Z
|
DateTimeStyle: %a %D - %H:%M:%S %Z
|
||||||
|
|
||||||
# Set datetime locale (defaults to system locale if not set or set to empty string)
|
# Set datetime locale (defaults to system locale if not set or set to empty string)
|
||||||
# DateTimeLocale: de_DE.utf8
|
#DateTimeLocale: de_DE.utf8
|
||||||
|
|
||||||
# Adds a audio input(aka. microphone) widget
|
# Adds a audio input(aka. microphone) widget
|
||||||
AudioInput: false
|
AudioInput: false
|
||||||
|
@ -112,11 +112,11 @@ EnableSNI: true
|
||||||
# For both: The first parameter is a filter of the tooltip(The text that pops up, when the icon is hovered) of the icon
|
# For both: The first parameter is a filter of the tooltip(The text that pops up, when the icon is hovered) of the icon
|
||||||
|
|
||||||
# Scale everything down to 25 pixels ('*' as filter means everything)
|
# Scale everything down to 25 pixels ('*' as filter means everything)
|
||||||
SNIIconSize: *, 25
|
#SNIIconSize: *, 25
|
||||||
# Explicitly make OBS a bit smaller than default
|
# Explicitly make OBS a bit smaller than default
|
||||||
SNIIconSize: OBS, 23
|
#SNIIconSize: OBS, 23
|
||||||
# Nudges the Discord icon a bit down
|
# Nudges the Discord icon a bit down
|
||||||
# SNIPaddingTop: Discord, 5
|
#SNIPaddingTop: Discord, 5
|
||||||
|
|
||||||
# These set the range for the network widget. The widget changes colors at six intervals:
|
# These set the range for the network widget. The widget changes colors at six intervals:
|
||||||
# - Below Min...Bytes ("under")
|
# - Below Min...Bytes ("under")
|
||||||
|
|
Loading…
Reference in a new issue