Skip to content

Commit 31e5598

Browse files
eapolinarioclaude
andcommitted
Name workspaces and show names in waybar
- Name workspaces 1 (emacs) and 2 (web) in hyprland - Switch waybar workspace format from icons to names - Bold the active workspace via CSS Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 20ff3e8 commit 31e5598

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

omarchy/hypr/.config/hypr/looknfeel.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ decoration {
1616
rounding = 8
1717
}
1818

19+
# Workspace names
20+
workspace = 1, name:emacs
21+
workspace = 2, name:web
22+
1923
# === a-la-carchy hyprland settings ===
2024
gesture = 3, horizontal, workspace
2125
# === end a-la-carchy hyprland settings ===

omarchy/waybar/.config/waybar/config.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"hyprland/workspaces": {
3030
"on-click": "activate",
31-
"format": "{icon}",
31+
"format": "{name}",
3232
"format-icons": {
3333
"default": "\uea71",
3434
"1": "1",

omarchy/waybar/.config/waybar/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
opacity: 0.5;
3232
}
3333

34+
#workspaces button.active,
35+
#workspaces button.focused {
36+
font-weight: bold;
37+
}
38+
3439
#cpu,
3540
#battery,
3641
#pulseaudio,

0 commit comments

Comments
 (0)