Colin Powell 2 лет назад
Родитель
Сommit
38abe55e5b
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      i3/.config/i3/config
  2. 1 1
      rofi/.config/rofi/config.rasi

+ 2 - 2
i3/.config/i3/config

@@ -4,7 +4,7 @@
 
 set $mod Mod4
 
-font pango:Iosevka 9
+font pango:Iosevka 8
 
 # APP VARIABLES
 set $qute         qutebrowser --target window
@@ -106,7 +106,7 @@ client.focused_inactive	$darkblue	$darkblue	$grey		$purple		$black
 client.urgent		    $urgentred	$urgentred	$white		$purple		$yellowbrown
 
 bar {
-		font pango: Iosveka 10
+		font pango: Iosveka 8
 		status_command i3blocks -c ~/.config/i3/i3blocks.conf
 	    	position top
 #	    	i3bar_command i3bar --transparency

+ 1 - 1
rofi/.config/rofi/config.rasi

@@ -1,7 +1,7 @@
 configuration {
 	modi: "window,run,ssh,combi";
 	terminal: "alacritty";
-	font: "Ubuntu Condensed 10";
+	font: "Iosevka 10";
 	show-icons: true;
 	combi-modi: "window,drun,ssh";
 }