Browse Source

Updated font/font-size for i3 and i3blocks

Marius Schwarz 1 year ago
parent
commit
2e7a3284fc
2 changed files with 3 additions and 28 deletions
  1. 1 2
      .config/i3/config
  2. 2 26
      .config/i3blocks/i3blocks.conf

+ 1 - 2
.config/i3/config

@@ -273,8 +273,7 @@ bar {
         # default status string
         #i3bar_command i3bar
         status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf
-        #status_command i3status -c $HOME/.config/i3status/i3status.conf
-        font pango:NotoSansMono Nerd Font 8
+        font pango:JetBrainsMono Nerd Font Mono 10
         modifier None
 	position top
         tray_output primary

+ 2 - 26
.config/i3blocks/i3blocks.conf

@@ -3,31 +3,13 @@ command=/usr/lib/i3blocks/$BLOCK_NAME
 separator_block_width=15
 markup=pango
 
-# Volume indicator
-#
-# The first parameter sets the step (and units to display)
-# The second parameter overrides the mixer selection
-# See the script for details.
-
 # Guess the weather hourly
-
-[vpn-2]
-label=# of Devices:
-command=echo -n " " & tailscale status --active | wc -l
-interval=60
-
-
 [weather]
 command=curl -Ss 'https://wttr.in/munich?0&T&Q' | cut -c 16- | head -2 | xargs echo
 interval=3600
 
-[pacman]
-label=📦
-command=$HOME/.scripts/i3/i3blocks/pacman-upgradable.sh
-interval=60
-
 [volume]
-label=🎵
+label=vol
 command=$HOME/.scripts/i3/i3blocks/i3volume.sh
 interval=2
 
@@ -44,15 +26,9 @@ label=cpu
 interval=5
 command=$HOME/.scripts/i3/i3blocks/i3cpu.sh
 
-[vpn]
-label=VPN:
-#color=#ff5733
-command=$HOME/.scripts/i3/i3blocks/tailscale.sh
-interval=60
-#
 # Network interface monitoring
 [ip]
-label=IP:
+label=ip
 color=#19c682
 interval=30
 separator=true