This commit is contained in:
parent
69240f23ee
commit
7a4b2b6ad3
4 changed files with 19 additions and 4 deletions
4
.bashrc
4
.bashrc
|
|
@ -76,3 +76,7 @@ export PATH="$PATH:/home/dominic/.local/bin"
|
|||
GTK_IM_MODULE=fcitx
|
||||
QT_IM_MODULE=fcitx
|
||||
XMODIFIERS=@im=fcitx
|
||||
|
||||
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
||||
tmux attach-session -t default || tmux new-session -s default
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -65,12 +65,18 @@ bindsym $mod+q kill
|
|||
# from the generated scheme.
|
||||
# NOTE: The '#f0f0f0' in the lines below is the color i3 will use if
|
||||
# it fails to get colors from Xresources.
|
||||
set_from_resource $fg i3wm.color2 #f0f0f0
|
||||
set_from_resource $bg i3wm.color1 #f0f0f0
|
||||
set_from_resource $fg i3wm.color2 #f0f0f0
|
||||
set_from_resource $c3 i3wm.color3 #f0f0f0
|
||||
set_from_resource $c4 i3wm.color4 #f0f0f0
|
||||
set_from_resource $c5 i3wm.color5 #f0f0f0
|
||||
set_from_resource $c6 i3wm.color6 #f0f0f0
|
||||
set_from_resource $c7 i3wm.color7 #f0f0f0
|
||||
set_from_resource $c8 i3wm.color8 #f0f0f0
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.unfocused $bg $bg $bg $bg $bg
|
||||
client.focused_inactive $fg $fg $fg $fg $fg
|
||||
client.unfocused $c4 $c4 $c4 $c4 $c4
|
||||
client.focused_inactive $c4 $c4 $c4 $c4 $c4
|
||||
client.focused $bg $fg $fg $fg $fg
|
||||
client.urgent $bg $bg $fg $bg $bg
|
||||
client.placeholder $bg $bg $fg $bg $bg
|
||||
|
|
|
|||
|
|
@ -19,6 +19,11 @@ label=
|
|||
command=sensors | grep Core | head -n 1 | cut -d ' ' -f 10 | cut -d '+' -f 2
|
||||
interval=10
|
||||
|
||||
[email]
|
||||
command=mbsync -aq && ls /home/dominic/.local/share/mail/me@domdit.com/INBOX/new/ | wc -l
|
||||
interval=43200
|
||||
label=
|
||||
|
||||
[rss]
|
||||
command=newsboat -x print-unread | sed 's/ /\n/g' | head -n 1
|
||||
interval=43200
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
background_opacity 0.5
|
||||
background_opacity 0.7
|
||||
dynamic_background_opacity yes
|
||||
|
||||
font_family monospace
|
||||
|
|
|
|||
Loading…
Reference in a new issue