This commit is contained in:
Tobias Manske 2018-04-05 14:39:49 +02:00
parent 54a7e63908
commit fc92b06ee2
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F
6 changed files with 10 additions and 3 deletions

2
.gitignore vendored
View File

@ -135,3 +135,5 @@ tags
# End of https://www.gitignore.io/api/vim,python
i3/config

3
i3/conf/build.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
rm ~/.dotfiles/i3/config
cat ~/.dotfiles/i3/conf/client/$(hostname)/head ~/.dotfiles/i3/conf/common/base > ~/.dotfiles/i3/config

View File

@ -0,0 +1 @@
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 greyish-powerline"

View File

@ -9,6 +9,7 @@
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
# {{{ VARIABLES }}}
set $mod Mod4
@ -203,7 +204,7 @@ floating_modifier $mod
bar {
position top
status_command bumblebee-status -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 greyish-powerline
status_command bumblebee-status $CLIENT_BUMBLEBEE
}
# {{{ GAPS }}}
@ -238,4 +239,4 @@ bar {
exec_always setxkbmap de
# {{{ AUTOSTART }}}
exec ~/.config/i3/scripts/autorun.sh
exec ~/.config/autorun.sh

1
i3/i3
View File

@ -1 +0,0 @@
/home/rad4day/.dotfiles/i3

1
vim/vim Symbolic link
View File

@ -0,0 +1 @@
/home/rad4day/.dotfiles/vim