From 4e57235d3acdb1ea3bd6a4d1503e2f242355a8de Mon Sep 17 00:00:00 2001 From: hesam-init Date: Wed, 14 Feb 2024 23:48:14 +0330 Subject: [PATCH] feat: waybar language poistion and style --- hyprland/.config/waybar/river/config.jsonc | 8 ++++---- hyprland/.config/waybar/river/style.css | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index da0c836..19135f4 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -8,9 +8,8 @@ "margin-left": 5, "margin-right": 5, "modules-right": [ - "hyprland/language", "hyprland/workspaces", - "custom/power", + "custom/power" ], "modules-left": [ "custom/launcher", @@ -19,6 +18,7 @@ // "wlr/taskbar" ], "modules-center": [ + "hyprland/language", "clock", "wireplumber", "backlight", @@ -125,13 +125,13 @@ "3": "", "4": "", "5": "", - "6": "", + "6": "", "7": "", "8": "", "9": "" }, "persistent-workspaces": { - "*": 6 + "*": 7 } }, "keyboard-state": { diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index 58b7d52..7102cac 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -68,7 +68,8 @@ window#waybar.hidden { #idle_inhibitor, #mpd, #workspaces, -#wireplumber { +#wireplumber, +#language { background-color: @backgrounddark; padding: 0px 10px; }