Copied i3blocks scripts from orig dir
Some were modified from original but can't be bothered to check which. 'backlight' is custom. Changed both PC/laptop i3blocks config to reference new i3blocks-scripts location. system: Fixed keyboard repeat rate for PC/laptop. Git: Added amending commit and forcing push aliases. i3: Changed '$mod+F[1-3]' mappings to just 'F[1-3]'.
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
# applications {{{ #
|
||||
|
||||
# startup {{{ #
|
||||
exec redshift -O 4000
|
||||
# exec_always /home/kevin/.local/bin/wal -i "/home/kevin/Pictures/Backgrounds/"
|
||||
exec_always /home/kevin/.local/bin/wal -i "/home/kevin/Pictures/Backgrounds/japan-street.jpg"
|
||||
exec_always /home/kevin/.local/bin/wal -i "/home/kevin/Pictures/Backgrounds/"
|
||||
# exec_always /home/kevin/.local/bin/wal -i "/home/kevin/Pictures/Backgrounds/japan-street.jpg"
|
||||
exec imwheel
|
||||
# enable horizontal scrolling
|
||||
exec --no-startup-id synclient HorizTwoFingerScroll=1
|
||||
# disable touchscreen
|
||||
exec xinput disable 12
|
||||
exec $def_term
|
||||
reload
|
||||
# }}} startup #
|
||||
|
||||
set $def_term "rxvt-unicode"
|
||||
@@ -100,18 +102,19 @@ bindsym $mod+a focus parent
|
||||
# workspace {{{ #
|
||||
# ws names {{{ #
|
||||
set $ws1 "1 "
|
||||
bindsym $mod+F1 workspace $ws1; exec $def_term
|
||||
bindsym F1 workspace $ws1; exec $def_term
|
||||
|
||||
set $ws2 "2 "
|
||||
bindsym $mod+F2 workspace $ws2; exec $def_term
|
||||
bindsym F2 workspace $ws2; exec $def_term
|
||||
|
||||
set $ws3 "3 🌐"
|
||||
bindsym $mod+F3 workspace $ws3; exec $run_chrome
|
||||
bindsym F3 workspace $ws3; exec $run_chrome
|
||||
|
||||
set $ws4 "4 🖹"
|
||||
set $ws5 "5 "
|
||||
set $ws6 "6 🗪"
|
||||
bindsym Mod4+d workspace $ws6; exec discord
|
||||
bindsym Mod4+l workspace $ws6; exec slack
|
||||
|
||||
set $ws7 "7 ↥"
|
||||
set $ws8 "8 𝅘𝅥𝅮"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#j properties {{{ #
|
||||
# properties {{{ #
|
||||
# i3blocks config file
|
||||
#
|
||||
# Please see man i3blocks for a complete reference!
|
||||
@@ -26,41 +26,65 @@
|
||||
# The top properties below are applied to every block, but can be overridden.
|
||||
# Each block command defaults to the script name to avoid boilerplate.
|
||||
align=center
|
||||
command=/usr/share/i3blocks/$BLOCK_NAME
|
||||
command=~/linux-config/configs/i3blocks-scripts/$BLOCK_NAME
|
||||
separator=true
|
||||
separator_block_width=25
|
||||
markup=pango
|
||||
# }}} Global properties #
|
||||
|
||||
[time]
|
||||
command=date '+%H:%M.%a-%m-%d'
|
||||
interval=60
|
||||
color=#999999
|
||||
# blocks {{{ #
|
||||
|
||||
# spotify {{{ #
|
||||
[spotify]
|
||||
command=python /usr/share/i3blocks/spotify.py
|
||||
label=
|
||||
# label=
|
||||
color=#388E8E
|
||||
interval=10
|
||||
# }}} spotify #
|
||||
|
||||
[load_average]
|
||||
label=🗠
|
||||
interval=5
|
||||
color=#990000
|
||||
# backlight {{{ #
|
||||
[backlight]
|
||||
command=. /usr/share/i3blocks/backlight
|
||||
label=🔆
|
||||
color=#EEAD0E
|
||||
interval=10
|
||||
# }}} backlight #
|
||||
|
||||
# battery {{{ #
|
||||
[battery]
|
||||
label=⚡
|
||||
interval=60
|
||||
# }}} battery #
|
||||
|
||||
# wifi {{{ #
|
||||
[wifi]
|
||||
label=🖧
|
||||
instance=wlp3s0
|
||||
interval=10
|
||||
# }}} wifi #
|
||||
|
||||
# time {{{ #
|
||||
[time]
|
||||
command=date '+%H:%M.%a-%m-%d'
|
||||
interval=60
|
||||
color=#999999
|
||||
# }}} time #
|
||||
|
||||
# load {{{ #
|
||||
[load_average]
|
||||
label=🗠
|
||||
interval=5
|
||||
color=#990000
|
||||
# }}} load #
|
||||
|
||||
# name {{{ #
|
||||
[name]
|
||||
color=#cc5490
|
||||
interval=6000
|
||||
# }}} name #
|
||||
|
||||
# blocks }}} #
|
||||
|
||||
# unused blocks {{{ #
|
||||
# [memory]
|
||||
@@ -135,9 +159,9 @@ interval=6000
|
||||
# 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
|
||||
# [temperature]
|
||||
# label=TEMP
|
||||
# interval=10
|
||||
|
||||
# Key indicators
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user