Update i3 font, add Bitwarden app settings, add weather / wifi to i3blocks

This commit is contained in:
Shaun Reed 2020-02-19 15:50:15 +00:00
parent 7387c62946
commit fccfc90ace
2 changed files with 18 additions and 3 deletions

View File

@ -22,7 +22,8 @@ bindsym $mod+Shift+z exec --no-startup-id $HOME/.local/bin/i3scripts/i3empty.py
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.
font pango:monospace 8 font pango:Inconsolata Nerd Font Mono 10
#font pango:monospace 8
# This font is widely installed, provides lots of unicode glyphs, right-to-left # This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango). # text rendering and scalability on retina/hidpi displays (thanks to pango).
@ -199,6 +200,12 @@ for_window [class="Pavucontrol"] resize set height 400
for_window [class="Pavucontrol"] resize set width 600 for_window [class="Pavucontrol"] resize set width 600
for_window [class="Pavucontrol"] move position center for_window [class="Pavucontrol"] move position center
for_window [class="Bitwarden"] floating enable
for_window [class="Bitwarden"] resize set height 600
for_window [class="Bitwarden"] resize set width 800
for_window [class="Bitwarden"] move position center
for_window [class="Wicd-client.py"] floating enable for_window [class="Wicd-client.py"] floating enable
for_window [class="Wicd-client.py"] resize set height 400 for_window [class="Wicd-client.py"] resize set height 400
for_window [class="Wicd-client.py"] resize set width 600 for_window [class="Wicd-client.py"] resize set width 600

View File

@ -28,9 +28,17 @@ command=/usr/share/i3blocks/$BLOCK_NAME
separator_block_width=20 separator_block_width=20
markup=none markup=none
[nm-tray] [weather]
command=sh $HOME/.local/bin/i3scripts/weathermap
align=right
color=#ffaf00
interval=1800
[wicd-wifi]
#label= #label=
command=nm-tray command=sudo pkill wicd-client && wicd-client -t
interval=once interval=once
# Volume indicator # Volume indicator