From 333e168b77b725a0be077b58a88f5fda755f46b3 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 12 Mar 2023 07:41:36 +0100 Subject: [PATCH] i3: Fix bar font size --- .dotter/kardorf.toml | 2 +- .dotter/laptop.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dotter/kardorf.toml b/.dotter/kardorf.toml index 058781a..f24f541 100644 --- a/.dotter/kardorf.toml +++ b/.dotter/kardorf.toml @@ -2,5 +2,5 @@ monitor-primary = "DVI-D-1" monitor-secondary = "VGA-0" screenlayout-script = "~/.screenlayout/2desktop-vga.sh" -bar-font-size = 18 +bar-font-size = 15 tray-output = "tray_output VGA-0" diff --git a/.dotter/laptop.toml b/.dotter/laptop.toml index 285c0ac..b226d5b 100644 --- a/.dotter/laptop.toml +++ b/.dotter/laptop.toml @@ -2,4 +2,4 @@ monitor-primary = "eDP1" monitor-secondary = "HDMI1" screenlayout-script = "$scripts/display-layoutpicker" -bar-font-size = 15 +bar-font-size = 18