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; +} +