1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Move i3blocks config into i3 directory

This commit is contained in:
Joe Groocock 2016-04-02 20:01:07 +01:00
parent 0a44260c49
commit 2e634ae33f
19 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
#
# The top properties below are applied to every block, but can be overridden.
# Each block command defaults to the script name to avoid boilerplate.
command=~/.config/i3blocks/blocks/$BLOCK_NAME
command=~/.config/i3/blocks/$BLOCK_NAME
markup=none
#full_text=

View File

@ -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
bar {
status_command i3blocks -c ~/.config/i3blocks/config
status_command i3blocks -c ~/.config/i3/blocksconfig
workspace_buttons yes
strip_workspace_numbers yes

View File

@ -97,7 +97,7 @@ alias xresources="$EDITOR ~/.Xresources ; xrdb merge ~/.Xresources"
alias sshc="$EDITOR ~/.ssh/config"
alias dotfiles="cd $DOTFILES"
alias i3c="$EDITOR ~/.config/i3/config ; i3-msg restart"
alias i3bc="$EDITOR ~/.config/i3blocks/config ; i3-msg restart"
alias i3bc="$EDITOR ~/.config/i3/blocksconfig ; i3-msg restart"
alias sf=screenfetch
alias nf=neofetch