waybar: change workspaces icons
This commit is contained in:
parent
d39b17ab68
commit
190392a8aa
|
|
@ -1,7 +1,7 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=Arc-Dark
|
gtk-theme-name=Arc-Dark
|
||||||
gtk-icon-theme-name=Papirus-Dark
|
gtk-icon-theme-name=Papirus-Dark
|
||||||
gtk-font-name=JetBrainsMonoNL Nerd Font Thin 11
|
gtk-font-name=Fira Code 11
|
||||||
gtk-cursor-theme-name=WhiteSur-cursors
|
gtk-cursor-theme-name=WhiteSur-cursors
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
|
|
|
||||||
|
|
@ -29,27 +29,27 @@
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"1": "",
|
"1": "", // Browser → research, online study
|
||||||
"2": "",
|
"2": "", // Code → programming, assignments
|
||||||
"3": "",
|
"3": "", // Book → textbooks, notes, reading
|
||||||
"4": "",
|
"4": "", // Cog → system/tools for productivity
|
||||||
"5": "",
|
"5": "", // Chatting
|
||||||
"6": "",
|
"6": "", // Scroll/file → reports, writing, docs
|
||||||
"7": "",
|
"7": "", // Folder → file manager, documents
|
||||||
"8": "",
|
"8": "", // Terminal → dev tools, CLI
|
||||||
"9": "",
|
"9": "", // Flask (Science) → labs, simulations, experiments
|
||||||
"10": "",
|
"10": "", // Media viewer (optional, for diagrams/images)
|
||||||
"11": "",
|
"11": "",
|
||||||
"12": "",
|
"12": "",
|
||||||
"13": "",
|
"13": "",
|
||||||
"14": "",
|
"14": "",
|
||||||
"15": "",
|
"15": "",
|
||||||
"16": "",
|
"16": "",
|
||||||
"17": "",
|
"17": "",
|
||||||
"18": "",
|
"18": "",
|
||||||
"19": "",
|
"19": "",
|
||||||
"20": "",
|
"20": "",
|
||||||
"urgent": "",
|
"urgent": "",
|
||||||
// "active": "", // focused workspace on current monitor
|
// "active": "", // focused workspace on current monitor
|
||||||
// "visible": "", // focused workspace on other monitors
|
// "visible": "", // focused workspace on other monitors
|
||||||
// "default": "",
|
// "default": "",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue