diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 1c0350d..49d0b18 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -58,9 +58,13 @@ $bar-module-border-radius: 8px; padding: 0px 5px; } } -.workspaces { - margin: 5px; +.workspaces>button { + margin: 5px 0px; background-color: $bar-module-bg-color; + min-width: $bar-module-width; + > label { + padding: 0px 10px; + } } //value bars diff --git a/de/home/.config/hyfetch.json b/de/home/.config/hyfetch.json index bf5ffe2..edab2cc 100644 --- a/de/home/.config/hyfetch.json +++ b/de/home/.config/hyfetch.json @@ -2,7 +2,7 @@ "preset": "lesbian", "mode": "rgb", "light_dark": "dark", - "lightness": 0.5, + "lightness": 0.73, "color_align": { "mode": "horizontal", "custom_colors": [], diff --git a/de/home/.config/sway/config.d/workspaces b/de/home/.config/sway/config.d/workspaces index 67a409b..3ee9f59 100644 --- a/de/home/.config/sway/config.d/workspaces +++ b/de/home/.config/sway/config.d/workspaces @@ -15,6 +15,8 @@ bindsym { $mod+Shift+r exec sp-rename } +rename workspace 1 to 1:$profile_icon + # Switch to workspace keybinds are managed by sp-profiles # bindsym $mod+n workspace number n # Move to workspace keybinds are managed by sp-profiles diff --git a/default/home/.config/hyfetch.json b/default/home/.config/hyfetch.json index bf5ffe2..edab2cc 100644 --- a/default/home/.config/hyfetch.json +++ b/default/home/.config/hyfetch.json @@ -2,7 +2,7 @@ "preset": "lesbian", "mode": "rgb", "light_dark": "dark", - "lightness": 0.5, + "lightness": 0.73, "color_align": { "mode": "horizontal", "custom_colors": [],