Merge branch 'master' of github.com:rad4day/dotfiles
This commit is contained in:
commit
8298f7eb22
@ -10,4 +10,4 @@ if [ ! -d $CLIENT ]; then
|
||||
cp -r ~/.dotfiles/i3/conf/client/default ~/.dotfiles/i3/conf/client/$(hostname)
|
||||
fi
|
||||
|
||||
cat ${CLIENT}header ${COMMON}base ${CLIENT}assignments ${COMMON}footer > ~/.dotfiles/i3/config
|
||||
cat ${CLIENT}header ${COMMON}base ${CLIENT}bar ${CLIENT}assignments ${COMMON}footer > ~/.dotfiles/i3/config
|
||||
|
7
i3/conf/client/Cyb3r/bar
Normal file
7
i3/conf/client/Cyb3r/bar
Normal file
@ -0,0 +1,7 @@
|
||||
set $CLIENT_BUMBLEBEE -m mpd load memory disk nic caffeine amixer datetime -p nic.states=^down -p amixer.left-click="pavucontrol" -t gruvbox-powerline
|
||||
|
||||
# {{{ STATUS BAR }}}
|
||||
bar {
|
||||
position top
|
||||
status_command bumblebee-status $CLIENT_BUMBLEBEE
|
||||
}
|
@ -1,4 +1,3 @@
|
||||
set $CLIENT_BUMBLEBEE -m mpd load memory disk nic caffeine amixer datetime -p nic.states=^down -p amixer.left-click="pavucontrol" -t gruvbox-powerline
|
||||
|
||||
# {{{ VARIABLES }}}
|
||||
|
||||
|
5
i3/conf/client/ThinkPad/bar
Normal file
5
i3/conf/client/ThinkPad/bar
Normal file
@ -0,0 +1,5 @@
|
||||
# {{{ STATUS BAR }}}
|
||||
bar {
|
||||
position top
|
||||
status_command /usr/bin/goblocks
|
||||
}
|
@ -1,6 +1,3 @@
|
||||
set $CLIENT_BUMBLEBEE -m disk nic sensors battery caffeine amixer brightness datetime -p battery.device=BAT0,BAT1 brightness.device_path=/sys/class/backlight/acpi_video0 disk.format={left} nic.states=^down sensors.path=/sys/class/thermal/thermal_zone2/temp -t gruvbox-powerline
|
||||
|
||||
|
||||
# {{{ VARIABLES }}}
|
||||
|
||||
set $mod Mod4
|
||||
|
7
i3/conf/client/default/bar
Normal file
7
i3/conf/client/default/bar
Normal file
@ -0,0 +1,7 @@
|
||||
set $CLIENT_BUMBLEBEE -m disk nic sensors battery caffeine amixer brightness datetime -p battery.device=BAT0,BAT1 brightness.device_path=/sys/class/backlight/acpi_video0 disk.format={left} nic.states=^down sensors.path=/sys/class/thermal/thermal_zone2/temp -t gruvbox-powerline
|
||||
|
||||
# {{{ STATUS BAR }}}
|
||||
bar {
|
||||
position top
|
||||
status_command bumblebee-status $CLIENT_BUMBLEBEE
|
||||
}
|
@ -1,6 +1,3 @@
|
||||
set $CLIENT_BUMBLEBEE -m disk nic sensors battery caffeine amixer brightness datetime -p battery.device=BAT0,BAT1 brightness.device_path=/sys/class/backlight/acpi_video0 disk.format={left} nic.states=^down sensors.path=/sys/class/thermal/thermal_zone2/temp -t gruvbox-powerline
|
||||
|
||||
|
||||
# {{{ VARIABLES }}}
|
||||
|
||||
set $mod Mod4
|
||||
|
@ -190,11 +190,6 @@ floating_modifier $mod
|
||||
}
|
||||
bindsym $mod+g mode "gaps"
|
||||
|
||||
# {{{ STATUS BAR }}}
|
||||
bar {
|
||||
position top
|
||||
status_command bumblebee-status $CLIENT_BUMBLEBEE
|
||||
}
|
||||
|
||||
# {{{ GAPS }}}
|
||||
gaps inner $gap_inner
|
||||
|
Loading…
Reference in New Issue
Block a user