mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Move i3blocks config to own directory
This commit is contained in:
parent
05dd10f191
commit
bd8a5b84bd
@ -89,7 +89,7 @@ client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-co
|
|||||||
client.urgent $urgent-bg-color $urgent-bg-color $text-color $bg-color
|
client.urgent $urgent-bg-color $urgent-bg-color $text-color $bg-color
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
status_command i3blocks -c ~/.config/i3/blocksconfig
|
status_command i3blocks -c ~/.config/i3/blocks/config
|
||||||
|
|
||||||
workspace_buttons yes
|
workspace_buttons yes
|
||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
|
2
aliases
2
aliases
@ -117,7 +117,7 @@ alias xsession="$EDITOR ~/.xsession"
|
|||||||
alias sshc="$EDITOR ~/.ssh/config"
|
alias sshc="$EDITOR ~/.ssh/config"
|
||||||
alias dotfiles="cd $DOTFILES"
|
alias dotfiles="cd $DOTFILES"
|
||||||
alias i3c="$EDITOR ~/.config/i3/config ; i3-msg restart"
|
alias i3c="$EDITOR ~/.config/i3/config ; i3-msg restart"
|
||||||
alias i3bc="$EDITOR ~/.config/i3/blocksconfig ; i3-msg restart"
|
alias i3bc="$EDITOR ~/.config/i3/blocks/config ; i3-msg restart"
|
||||||
alias sf=screenfetch
|
alias sf=screenfetch
|
||||||
alias nf=neofetch
|
alias nf=neofetch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user