Skip to content

Instantly share code, notes, and snippets.

@lidgnulinux
Created January 14, 2023 10:47
Show Gist options
  • Save lidgnulinux/711313282d4985a902614e9b8100cb2e to your computer and use it in GitHub Desktop.
Save lidgnulinux/711313282d4985a902614e9b8100cb2e to your computer and use it in GitHub Desktop.
# i3blocks configuration file
#
# The i3blocks man page describes the usage of the binary,
# and its website describes the configuration:
#
# https://vivien.github.io/i3blocks
# Global properties
separator=true
separator_block_width=15
[documentation]
full_text= Apps
command=xfce4-appfinder
color=#000000
[scratchpad]
full_text= Scratchpad
command=bash ~/.local/bin/sc-list-next
color=#000000
[desktop]
full_text= Desktop
command=bash ~/.local/bin/toggle-desktop-sway
color=#000000
[time]
command=date '+%d-%m-%Y %H:%M'
interval=20
[battery]
command=acpi | awk '{print $3,$4}' | sed 's/.$//'
interval=20
color=#000000
[Reload]
full_text=
command=bash ~/.local/bin/toggle-swaybar
color=#000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment