some minor changes

This commit is contained in:
pika 2024-09-16 10:57:53 +02:00
parent 59edf40b05
commit 31d5fcec46

18
config
View file

@ -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