feat: cleanup bar
This commit is contained in:
parent
30708ecc1f
commit
f72ba5ca9d
3 changed files with 17 additions and 48 deletions
|
@ -1,12 +1,6 @@
|
|||
# i3blocks config file changed for EndeavourOS-i3 setup
|
||||
|
||||
# cheatsheet for icon fonts used on the block-bar:
|
||||
# https://fontawesome.com/v4.7/cheatsheet/
|
||||
# --> to update this run the following command:
|
||||
# wget --backups=1 https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/i3blocks.conf -P ~/.config/i3/
|
||||
|
||||
# List of valid properties:
|
||||
#
|
||||
# align
|
||||
# color
|
||||
# command
|
||||
|
@ -28,44 +22,14 @@
|
|||
separator=false
|
||||
markup=pango
|
||||
|
||||
|
||||
# Spotify icon \uF1BC
|
||||
[spotify]
|
||||
label=
|
||||
command=.local/bin/i3blocks-mpris -p spotify
|
||||
color=#fffff
|
||||
|
||||
[simple]
|
||||
full_text=<big><b>/</b></big>
|
||||
color=#bdae93
|
||||
|
||||
# Memory usage
|
||||
#
|
||||
# The type defaults to "mem" if the instance is not specified.
|
||||
[memory]
|
||||
label=
|
||||
command=~/.config/i3/scripts/memory
|
||||
interval=15
|
||||
|
||||
[cpu_usage]
|
||||
label=
|
||||
command=~/.config/i3/scripts/cpu_usage
|
||||
interval=15
|
||||
|
||||
# Retiré lorsque sur batterie.
|
||||
#[bandwidth]
|
||||
#command=~/.config/i3/scripts/bandwidth
|
||||
#interval=persist
|
||||
|
||||
[simple-2]
|
||||
full_text=<big><b>/</b></big>
|
||||
color=#bdae93
|
||||
|
||||
# Battery indicator
|
||||
[battery]
|
||||
command=~/.config/i3/scripts/battery2
|
||||
interval=60
|
||||
|
||||
[simple]
|
||||
fulltext=" "
|
||||
interval=persist
|
||||
|
||||
[pavucontrol]
|
||||
full_text=
|
||||
command=pavucontrol
|
||||
|
@ -75,15 +39,15 @@ command=~/.config/i3/scripts/volume
|
|||
instance=Master
|
||||
interval=1
|
||||
|
||||
[simple-2]
|
||||
[simple2]
|
||||
full_text=<big><b>/</b></big>
|
||||
color=#bdae93
|
||||
|
||||
[time]
|
||||
#label=
|
||||
full_text=" "
|
||||
command=date '+%a %d %b %H:%M'
|
||||
interval=60
|
||||
|
||||
[shutdown_menu]
|
||||
full_text=
|
||||
full_text=" "
|
||||
command=~/.config/i3/scripts/powermenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue