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:
parent
0a44260c49
commit
2e634ae33f
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
# The top properties below are applied to every block, but can be overridden.
|
# The top properties below are applied to every block, but can be overridden.
|
||||||
# Each block command defaults to the script name to avoid boilerplate.
|
# 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
|
markup=none
|
||||||
|
|
||||||
#full_text=
|
#full_text=
|
@ -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/i3blocks/config
|
status_command i3blocks -c ~/.config/i3/blocksconfig
|
||||||
|
|
||||||
workspace_buttons yes
|
workspace_buttons yes
|
||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
|
2
aliases
2
aliases
@ -97,7 +97,7 @@ alias xresources="$EDITOR ~/.Xresources ; xrdb merge ~/.Xresources"
|
|||||||
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/i3blocks/config ; i3-msg restart"
|
alias i3bc="$EDITOR ~/.config/i3/blocksconfig ; i3-msg restart"
|
||||||
alias sf=screenfetch
|
alias sf=screenfetch
|
||||||
alias nf=neofetch
|
alias nf=neofetch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user