diff --git a/dot_config/sway/executable_config b/dot_config/sway/executable_config index 55cb5b2..c12148d 100644 --- a/dot_config/sway/executable_config +++ b/dot_config/sway/executable_config @@ -175,6 +175,10 @@ input * { xkb_options grp:alt_space_toggle } +bar { + swaybar_command waybar +} + seat seat0 xcursor_theme capitaine-cursors 16 # display resoulution @@ -341,9 +345,6 @@ exec "mako -c .config/mako/config" # authentication manager https://wiki.archlinux.org/title/Polkit exec /usr/bin/lxqt-policykit-agent -# Waybar -exec waybar - # Clipboard Manager exec wl-paste -t text --watch clipman store diff --git a/dot_config/waybar/config b/dot_config/waybar/config index e548cdf..3ae57ee 100644 --- a/dot_config/waybar/config +++ b/dot_config/waybar/config @@ -29,21 +29,19 @@ "tray" ], // Modules configuration - // "sway/workspaces": { - // "disable-scroll": true, - // "all-outputs": true, - // "format": "{name}: {icon}", - // "format-icons": { - // "1": "", - // "2": "", - // "3": "", - // "4": "", - // "5": "", - // "urgent": "", - // "focused": "", - // "default": "" - // } - // }, + "sway/workspaces": { + "disable-scroll": true, + "all-outputs": true, + "format": "{name}: {icon} ", + "format-icons": { + "1": "", + "2": "", + "3": "", + "urgent": "", + "focused": "", + "default": "" + } + }, "keyboard-state": { "numlock": true, "capslock": true,