addet some configs

This commit is contained in:
pika 2024-09-04 17:51:19 +02:00
parent aa6be9e129
commit acf2b93834

14
config
View file

@ -23,11 +23,11 @@ ForceCSS: false
# Adding the same widget multiple times to the layout is *not* supported and will cause issues.
# Widgets to show on the left side
WidgetsLeft: [Workspaces]
WidgetsLeft: [Workspaces, Tray]
# Widgets to center
WidgetsCenter: [Time]
# Widgets to display on the right side
WidgetsRight: [Tray, Packages, Audio, Bluetooth, Network, Disk, VRAM, GPU, RAM, CPU, Battery, Power]
WidgetsRight: [Packages, Audio, Disk, VRAM, GPU, RAM, CPU, Battery, Network, Bluetooth, Power]
# The CPU sensor to use
CPUThermalZone: /sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon2/temp1_input
@ -132,20 +132,20 @@ CenterSpace: 300
DateTimeStyle: %a %D - %H:%M:%S %Z
# Set datetime locale (defaults to system locale if not set or set to empty string)
#DateTimeLocale: de_DE.utf8
DateTimeLocale: de_DE.utf8
# How many characters of the title can be displayed. Note that higher values *will* cause styling issues, especially when it is in the center.
# If you have the title in the center, consider also increasing "CenterSpace"
MaxTitleLength: 30
# Adds a audio input(aka. microphone) widget
AudioInput: false
AudioInput: true
# Sets the audio slider to be on reveal (Just like the sensors) when true. Only affects the bar.
AudioRevealer: false
AudioRevealer: true
# Sets the rate of change of the slider on each scroll. In Percent
AudioScrollSpeed: 5
AudioScrollSpeed: 3
# Display numbers instead of a slider for the two audio widgets. Doesn't affect the audio flyin
AudioNumbers: false
@ -165,7 +165,7 @@ CheckUpdateInterval: 300
# AudioMaxVolume: 120 # Audio can't get above 120%
# The network adapter to use. You can query /sys/class/net for all possible values
NetworkAdapter: eno1
NetworkAdapter: wlp0s20f3
# Disables the network widget when set to false
NetworkWidget: true