From 31d5fcec46b5d60f3c577c7adce1bf55d713bde8 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 16 Sep 2024 10:57:53 +0200 Subject: [PATCH] some minor changes --- config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config b/config index dec9a44..daf5a3f 100644 --- a/config +++ b/config @@ -23,7 +23,7 @@ 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, Title] # Widgets to center WidgetsCenter: [Time, Tray] # Widgets to display on the right side @@ -95,7 +95,7 @@ WorkspaceScrollOnMonitor: true WorkspaceScrollInvert: false # Number of workspaces to display. Displayed workspace IDs are 1-n (Default: 1-9) -NumWorkspaces: 9 +NumWorkspaces: 10 # Hide trailing unused workspaces (by ID). A workspace is considered unused, if it has no window on it WorkspaceHideUnused: true @@ -168,7 +168,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: enp7s0 +NetworkAdapter: wlp1s0 #enp7s0 eth0 wlan0 # Disables the network widget when set to false NetworkWidget: true @@ -204,12 +204,12 @@ EnableSNI: true #SNIDisabled: steam, true # These set the range for the network widget. The widget changes colors at six intervals: - # - 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") -# - Between ]75%;100%]. 0% = Min...Bytes; 100% = Max...Bytes ("high") -# - Above Max...Bytes ("over") + - 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") + - Between ]75%;100%]. 0% = Min...Bytes; 100% = Max...Bytes ("high") + - Above Max...Bytes ("over") MinDownloadBytes: 0 MaxDownloadBytes: 10485760 # 10 * 1024 * 1024 = 10 MiB MinUploadBytes: 0