addet some configs

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

16
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. # Adding the same widget multiple times to the layout is *not* supported and will cause issues.
# Widgets to show on the left side # Widgets to show on the left side
WidgetsLeft: [Workspaces] WidgetsLeft: [Workspaces, Tray]
# Widgets to center # Widgets to center
WidgetsCenter: [Time] WidgetsCenter: [Time]
# Widgets to display on the right side # 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 # The CPU sensor to use
CPUThermalZone: /sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon2/temp1_input 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 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
# How many characters of the title can be displayed. Note that higher values *will* cause styling issues, especially when it is in the center. # 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" # If you have the title in the center, consider also increasing "CenterSpace"
MaxTitleLength: 30 MaxTitleLength: 30
# Adds a audio input(aka. microphone) widget # 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. # 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 # 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 # Display numbers instead of a slider for the two audio widgets. Doesn't affect the audio flyin
AudioNumbers: false AudioNumbers: false
@ -165,7 +165,7 @@ CheckUpdateInterval: 300
# AudioMaxVolume: 120 # Audio can't get above 120% # AudioMaxVolume: 120 # Audio can't get above 120%
# The network adapter to use. You can query /sys/class/net for all possible values # 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 # Disables the network widget when set to false
NetworkWidget: true NetworkWidget: true
@ -201,7 +201,7 @@ EnableSNI: true
#SNIDisabled: steam, true #SNIDisabled: steam, true
# 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")
# - Between ]0%;25%]. 0% = Min...Bytes; 100% = Max...Bytes ("low") # - Between ]0%;25%]. 0% = Min...Bytes; 100% = Max...Bytes ("low")
# - Between ]25%;50%]. 0% = Min...Bytes; 100% = Max...Bytes ("mid-low") # - Between ]25%;50%]. 0% = Min...Bytes; 100% = Max...Bytes ("mid-low")
# - Between ]50%;75%]. 0% = Min...Bytes; 100% = Max...Bytes ("mid-high") # - Between ]50%;75%]. 0% = Min...Bytes; 100% = Max...Bytes ("mid-high")