Further modifications
This commit is contained in:
parent
89832c8648
commit
b77e1ec48a
3 changed files with 22 additions and 0 deletions
17
i3/config
17
i3/config
|
@ -190,3 +190,20 @@ for_window [class="^.*"] border pixel 1
|
||||||
|
|
||||||
gaps inner 10
|
gaps inner 10
|
||||||
gaps outer 5
|
gaps outer 5
|
||||||
|
|
||||||
|
# Theming
|
||||||
|
|
||||||
|
set $yellow #717f24
|
||||||
|
set $green #2f7e25
|
||||||
|
set $brightGreen #18e000
|
||||||
|
set $text #637d75
|
||||||
|
set $red #7f2b27
|
||||||
|
set $blank #000000
|
||||||
|
|
||||||
|
# class border backgr text indic. child_border
|
||||||
|
client.focused $blank $green $blank $green
|
||||||
|
client.focused_inactive $blank $yellow $blank $yellow
|
||||||
|
client.unfocused $blank $text $blank $text
|
||||||
|
client.urgent $blank $red $blank $red
|
||||||
|
client.placeholder $blank $blank $blank $blank
|
||||||
|
client.background $blank
|
||||||
|
|
|
@ -60,6 +60,9 @@ setxkbmap gb
|
||||||
# Set custom keybindings
|
# Set custom keybindings
|
||||||
xmodmap ~/.Xmodmap
|
xmodmap ~/.Xmodmap
|
||||||
|
|
||||||
|
# Set background
|
||||||
|
feh --bg-fill /home/thomas/wallpapers/plain-arch.png
|
||||||
|
|
||||||
# Start i3 window manager
|
# Start i3 window manager
|
||||||
exec i3
|
exec i3
|
||||||
|
|
||||||
|
|
|
@ -56,3 +56,5 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|
||||||
|
export LC_ALL=en_GB.UTF-8
|
||||||
|
|
Loading…
Add table
Reference in a new issue