From d9ed54a6e39bad4dda664145bc4d060d207106bb Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 15 Jul 2020 11:46:36 +0200 Subject: [PATCH] More waybar styling --- config/waybar/config | 8 ++++---- config/waybar/style.css | 17 ++++++++++++----- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/config/waybar/config b/config/waybar/config index 64cf3df..d4ec66b 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -1,7 +1,7 @@ // vim:ft=javascript: { "layer": "top", - "position": "top", + "position": "bottom", "height": 30, "modules-left": ["sway/workspaces", "sway/mode", "sway/window"], "modules-center": ["clock"], @@ -21,9 +21,9 @@ // "2": "", // "3": "", // "4": "" - //"urgent": "", - //"focused": "", - //"default": "" + // "urgent": "" + // "focused": "", + // "default": "" }, "disable-scroll": true, "all-outputs": false diff --git a/config/waybar/style.css b/config/waybar/style.css index 9e57a83..cc4ff67 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -7,22 +7,29 @@ min-height: 0; } +window#waybar, #workspaces button { + color: #ddd; +} + window#waybar{ - background: #222; - color: white; + background: #000; } #window { } #workspaces button { - padding: 0 15px; - color: white; + padding: 0 10px; } #workspaces button.focused { color: black; - background: #bbb; + background: #aaa; +} + +#workspaces button.urgent { + color: black; + background: OrangeRed; } #mode {