Add simple i3status config and fix default tint2rc
This commit is contained in:
@ -100,7 +100,7 @@ taskbar_hide_if_empty = 1
|
||||
taskbar_padding = 0 0 0
|
||||
taskbar_background_id = 4
|
||||
taskbar_active_background_id = 5
|
||||
taskbar_name = 0
|
||||
taskbar_name = 1
|
||||
taskbar_hide_inactive_tasks = 0
|
||||
taskbar_hide_different_monitor = 1
|
||||
taskbar_hide_different_desktop = 0
|
||||
|
@ -2,7 +2,8 @@
|
||||
|
||||
# sourced at boot by ~/.xinitrc and most display managers
|
||||
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_CONFIG_HOME
|
||||
|
||||
[ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH"
|
||||
|
||||
|
Reference in New Issue
Block a user