Skip to content

Commit

Permalink
Merge pull request #113 from endeavouros-team/killajoe-patch-1
Browse files Browse the repository at this point in the history
[i3blocks.conf] add space after glyphs
  • Loading branch information
killajoe authored May 11, 2024
2 parents 46dec70 + f8f2c73 commit ccdf779
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions etc/skel/.config/i3/i3blocks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@ markup=pango
#color=#7275b3

[terminal]
full_text= 
full_text= 
color=#807dfe
command=i3-msg -q exec xfce4-terminal

[browser]
full_text= 
full_text= 
color=#ff7f81
command=i3-msg -q exec firefox

[files]
full_text= 
full_text= 
color=#7f3fbf
command=i3-msg -q exec thunar ~/

#[mail]
#full_text= 
#full_text= 
#color=#dbcb75
#command=i3-msg -q exec thunderbird

Expand All @@ -77,7 +77,7 @@ color=#717171
# The script may be called with a optional argument to set the alert
# (defaults to 10 for 10%).
[disk]
label=
label=
instance=/
command=~/.config/i3/scripts/disk
interval=30
Expand All @@ -86,12 +86,12 @@ interval=30
#
# The type defaults to "mem" if the instance is not specified.
[memory]
label=
label=
command=~/.config/i3/scripts/memory
interval=2

[cpu_usage]
label=
label=
command=~/.config/i3/scripts/cpu_usage
#min_width=CPU: 100.00%
interval=2
Expand All @@ -108,7 +108,7 @@ interval=30

# showing name of connected network (enable for wifi use)
#[net]
#label=
#label=
#command=echo "$(LANG=C nmcli d | grep connected | awk '{print $4}')"
#interval=30

Expand All @@ -129,7 +129,7 @@ full_text=: :
color=#717171

[pavucontrol]
full_text=
full_text=
command=pavucontrol

[volume-pulseaudio]
Expand All @@ -147,7 +147,7 @@ interval=1
#interval=2

[keybindings]
full_text=
full_text=
command=~/.config/i3/scripts/keyhint

# power-profiles-daemon implementation:
Expand All @@ -156,7 +156,7 @@ command=~/.config/i3/scripts/keyhint

#set power-profile
[ppd_menu]
full_text=
full_text=
command=~/.config/i3/scripts/power-profiles
color=#407437

Expand All @@ -166,12 +166,12 @@ command=~/.config/i3/scripts/ppd-status
interval=5

[time]
#label=
#label=
command=date '+%a %d %b %H:%M:%S'
interval=1

[shutdown_menu]
full_text=
full_text=
command=~/.config/i3/scripts/powermenu

[simple-2]
Expand Down

0 comments on commit ccdf779

Please sign in to comment.