From 81d9bf2fdafce6b49d2b24576f1232ef990b4fdd Mon Sep 17 00:00:00 2001 From: nxshock Date: Sat, 8 Apr 2023 21:51:49 +0500 Subject: [PATCH] Add waybar config --- home/user/.config/waybar/config | 11 +++++++++++ home/user/.config/waybar/style.css | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 home/user/.config/waybar/config create mode 100644 home/user/.config/waybar/style.css diff --git a/home/user/.config/waybar/config b/home/user/.config/waybar/config new file mode 100644 index 0000000..1ea127c --- /dev/null +++ b/home/user/.config/waybar/config @@ -0,0 +1,11 @@ +{ + // "layer": "top", // Waybar at top layer + // "position": "bottom", // Waybar position (top|bottom|left|right) + // "height": 30, // Waybar height (to be removed for auto height) + // "width": 1280, // Waybar width + // Choose the order of the modules + "modules-left": ["sway/workspaces", "sway/mode", "custom/media"], + "modules-center": ["sway/window"], + "modules-right": ["pulseaudio", "keyboard-state", "sway/language", "clock", "tray"], + "pulseaudio": {"format": "{volume}%"} +} diff --git a/home/user/.config/waybar/style.css b/home/user/.config/waybar/style.css new file mode 100644 index 0000000..87c8f96 --- /dev/null +++ b/home/user/.config/waybar/style.css @@ -0,0 +1,13 @@ +* { + font-size: 15px; + font-family: 'Terminus'; + font-weight: bold; + background-color: #000; + color: #777; +} + +.modules-right * { + margin-left: 0.5em; + margin-right: 0.5em; +} +