From 7c26277239a2a17c1ce3f8af66acda6da4a1e788 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:28:49 +0300 Subject: [PATCH] f --- config/waybar/config | 10 +++++----- config/waybar/style.css | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/waybar/config b/config/waybar/config index 57b30979..67b38018 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -2,16 +2,16 @@ { "layer": "top", - "position": "bottom", + "position": "top", "modules-left": [ - "clock#2", - "clock#3", - ], - "modules-center": [ "wlr/workspaces", + ], + "modules-center": [ ], "modules-right": [ + "clock#2", + "clock#3", "pulseaudio", "memory", "cpu", diff --git a/config/waybar/style.css b/config/waybar/style.css index 0c207da9..64bb8086 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -4,7 +4,7 @@ } window#waybar { - background: #770000; + background: #990000; color: #fdf6e3; }