Remove i3bar and i3blocks

This commit is contained in:
Riyyi
2019-05-01 22:37:46 +02:00
parent 30ed143583
commit 6233d49805
8 changed files with 0 additions and 244 deletions
-88
View File
@@ -1,88 +0,0 @@
# i3blocks config file
#
# Please see man i3blocks for a complete reference!
# The man page is also 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=$HOME/.scripts/wm/$BLOCK_NAME
separator_block_width=20
markup=none
separator=false
align=center
[volume.sh]
markup=pango
interval=once
signal=1
[brightness.sh]
interval=once
signal=2
[wifi.sh]
interval=10
[iface.sh]
interval=10
[battery.sh]
interval=30
[time]
label=
command=date '+%I:%M %p '
interval=5
# Generic media player support
#
# This displays "ARTIST - SONG" if a music is playing.
# Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
#[mediaplayer]
#instance=spotify
#interval=5
#signal=10
# Temperature
#
# Support multiple chips, though lm-sensors.
# The script may be called with -w and -c switches to specify thresholds,
# see the script for details.
#[temperature]
#label=TEMP
#interval=10
# Key indicators
#
# Add the following bindings to i3 config file:
#
# bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
# bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
#[keyindicator]
#instance=CAPS
#interval=once
#signal=11
#[keyindicator]
#instance=NUM
#interval=once
#signal=11
-17
View File
@@ -56,23 +56,6 @@ client.urgent $bgcolor_urgent $bgcolor_urgent $white $dar
# Font
font pango:DejaVu Sans, FontAwesome5Free Solid, FontAwesome5Brands 8
bar {
colors {
background $bgcolor_inactive
separator $darkwhite
statusline $white
# border background text
focused_workspace $bgcolor $bgcolor $white
inactive_workspace $bgcolor_inactive $bgcolor_inactive $darkwhite
active_workspace $bgcolor_inactive $bgcolor_inactive $darkwhite
urgent_workspace $bgcolor_urgent $bgcolor_urgent $white
}
# position top
status_command i3blocks -c $HOME/.config/i3/blocks
#strip_workspace_numbers yes
tray_output primary
}
##--- Bindings ---##
#--- Basic bindings ---#