Skip to content

Commit

Permalink
regolith bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mimre25 committed Jan 9, 2025
1 parent 8320524 commit 751a8d1
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 deletions.
29 changes: 29 additions & 0 deletions regolith3/.config/regolith3/i3xrocks/conf.d/01_setup
Original file line number Diff line number Diff line change
@@ -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/scripts/$BLOCK_NAME
separator_block_width=35
markup=pango
color=xresource:i3xrocks.value.color
label_color=xresource:i3xrocks.label.color
7 changes: 7 additions & 0 deletions regolith3/.config/regolith3/i3xrocks/conf.d/10_keyboard
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Keyboard Battery Percentage
#
# The script may be called with -w and -c switches to specify thresholds,
# see the script for details.
[keyboard-battery]
command=~/.local/bin/read-battery-pct
interval=300
5 changes: 5 additions & 0 deletions regolith3/.config/regolith3/i3xrocks/conf.d/30_bluetooth
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Media Player
#
# Displays media controls
[bluetooth]
interval=20
3 changes: 3 additions & 0 deletions regolith3/.config/regolith3/i3xrocks/conf.d/30_net-traffic
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Displays network load
[net-traffic]
interval=repeat
7 changes: 7 additions & 0 deletions regolith3/.config/regolith3/i3xrocks/conf.d/40_cpu-usage
Original file line number Diff line number Diff line change
@@ -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%
3 changes: 3 additions & 0 deletions regolith3/.config/regolith3/i3xrocks/conf.d/90_time
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Date Time
[time]
interval=xresource:i3xrocks.time.interval 10

0 comments on commit 751a8d1

Please sign in to comment.