Bläddra i källkod

Import i3xrocks blocklets default configs

DricomDragon 4 år sedan
förälder
incheckning
bd9b8abf03

+ 29 - 0
Install/Templates/home/config/regolith/i3xrocks/conf.d/01_setup

@@ -0,0 +1,29 @@
+# i3xrocks config file
+# # The man page for i3blocks is hosted at http://vivien.github.io/i3blocks
+#
+# List of valid properties:
+#
+# align
+# color
+# command
+# full_text
+# instance
+# interval
+# label
+# min_width
+# name
+# separator
+# separator_block_width
+# short_text
+# signal
+# urgent
+
+# Global properties
+#
+# The top properties below are applied to every block, but can be overridden.
+# Each block command defaults to the script name to avoid boilerplate.
+command=/usr/share/i3xrocks/$BLOCK_NAME
+separator_block_width=35
+markup=pango
+color=xresource:i3xrocks.value.color
+label_color=xresource:i3xrocks.label.color

+ 5 - 0
Install/Templates/home/config/regolith/i3xrocks/conf.d/30_bluetooth

@@ -0,0 +1,5 @@
+# Media Player
+#
+# Displays media controls
+[bluetooth]
+interval=20

+ 3 - 0
Install/Templates/home/config/regolith/i3xrocks/conf.d/30_net-traffic

@@ -0,0 +1,3 @@
+# Displays network load
+[net-traffic]
+interval=5

+ 7 - 0
Install/Templates/home/config/regolith/i3xrocks/conf.d/40_cpu-usage

@@ -0,0 +1,7 @@
+# CPU usage
+#
+# The script may be called with -w and -c switches to specify thresholds,
+# see the script for details.
+[cpu-usage]
+interval=5
+min_width=100%

+ 5 - 0
Install/Templates/home/config/regolith/i3xrocks/conf.d/40_nm-vpn

@@ -0,0 +1,5 @@
+# nm-vpn
+#
+# Displays VPN
+[nm-vpn]
+interval=30

+ 5 - 0
Install/Templates/home/config/regolith/i3xrocks/conf.d/40_temp

@@ -0,0 +1,5 @@
+# temp
+#
+# Displays temp data
+[temp]
+interval=30

+ 4 - 0
Install/Templates/home/config/regolith/i3xrocks/conf.d/50_disk-capacity

@@ -0,0 +1,4 @@
+# Disk Capacity
+[disk-capacity]
+interval=240
+#MNT=/home

+ 3 - 0
Install/Templates/home/config/regolith/i3xrocks/conf.d/50_memory

@@ -0,0 +1,3 @@
+# Memory
+[memory]
+interval=10

+ 7 - 0
Install/Templates/home/config/regolith/i3xrocks/conf.d/80_battery

@@ -0,0 +1,7 @@
+# Battery indicator
+#
+# Displays total percentage charge left of specified battery.
+# You can specify the instance by adding:
+# instance=BAT0
+[battery]
+interval=30

+ 6 - 0
Install/Templates/home/config/regolith/i3xrocks/conf.d/80_rofication

@@ -0,0 +1,6 @@
+# Rofication
+#
+# Displays notifications.
+[rofication]
+command=rofication-status
+interval=10

+ 5 - 0
Install/Templates/home/config/regolith/i3xrocks/conf.d/80_volume

@@ -0,0 +1,5 @@
+# volume
+#
+# Display Volume
+[volume]
+interval=5

+ 3 - 0
Install/Templates/home/config/regolith/i3xrocks/conf.d/90_time

@@ -0,0 +1,3 @@
+# Date Time
+[time]
+interval=xresource:i3xrocks.time.interval 10