i3 mod
This commit is contained in:
parent
54a7e63908
commit
fc92b06ee2
2
.gitignore
vendored
2
.gitignore
vendored
@ -135,3 +135,5 @@ tags
|
|||||||
|
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/vim,python
|
# End of https://www.gitignore.io/api/vim,python
|
||||||
|
|
||||||
|
i3/config
|
||||||
|
3
i3/conf/build.sh
Executable file
3
i3/conf/build.sh
Executable 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
|
1
i3/conf/client/ThinkPad/header
Normal file
1
i3/conf/client/ThinkPad/header
Normal 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"
|
@ -9,6 +9,7 @@
|
|||||||
#
|
#
|
||||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||||
|
|
||||||
|
|
||||||
# {{{ VARIABLES }}}
|
# {{{ VARIABLES }}}
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
@ -203,7 +204,7 @@ floating_modifier $mod
|
|||||||
bar {
|
bar {
|
||||||
position top
|
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 }}}
|
# {{{ GAPS }}}
|
||||||
@ -238,4 +239,4 @@ bar {
|
|||||||
exec_always setxkbmap de
|
exec_always setxkbmap de
|
||||||
|
|
||||||
# {{{ AUTOSTART }}}
|
# {{{ AUTOSTART }}}
|
||||||
exec ~/.config/i3/scripts/autorun.sh
|
exec ~/.config/autorun.sh
|
Loading…
Reference in New Issue
Block a user