From acf2b93834560aa7b41427cb006389afd21283fe Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 4 Sep 2024 17:51:19 +0200 Subject: [PATCH] addet some configs --- config | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config b/config index bc3f3db..7a9f956 100644 --- a/config +++ b/config @@ -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 @@ -201,7 +201,7 @@ EnableSNI: true #SNIDisabled: steam, true # 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 ]25%;50%]. 0% = Min...Bytes; 100% = Max...Bytes ("mid-low") # - Between ]50%;75%]. 0% = Min...Bytes; 100% = Max...Bytes ("mid-high")