From 0c4954dc5552eda6fb32ce2019b2665d96948e68 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sun, 28 Apr 2019 21:42:16 -0400 Subject: [PATCH] Resized to work with high DPI env. --- waybar/config.json | 4 ++-- waybar/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/waybar/config.json b/waybar/config.json index a5457d8..9389923 100644 --- a/waybar/config.json +++ b/waybar/config.json @@ -1,7 +1,7 @@ { "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) - // "height": 30, // Waybar height + "height": 35, // Waybar height // "width": 1280, // Waybar width // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/mode", "custom/media"], @@ -104,6 +104,6 @@ "default": "🎜" }, "escape": true, - "exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder + "exec": "$HOME/.config/waybar/custom_modules/mediaplayer.py 2> /dev/null" // Script in resources folder } } diff --git a/waybar/style.css b/waybar/style.css index 5526d67..709174d 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -2,7 +2,7 @@ border: none; border-radius: 0; font-family: Roboto, Helvetica, Arial, sans-serif; - font-size: 13px; + font-size: 16px; min-height: 0; } @@ -36,7 +36,7 @@ window#waybar { #clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor { padding: 0 10px; - margin: 0 5px; + margin: 0 3px; } #clock {