I’m really enjoying the sway community edition out of the box. This is great and want to say thank you for this.
I am writing this post as I’m having a minor issue finding the exact config file to let the #1 , #2 , #3 , and #4 desktops have numbers instead of the firefox icon, telegram icon, etc. To see what I mean, switch to desktop #5 or higher to see the number at the top of the screen.
Thanks and happy holidays to everyone
Shjim
December 23, 2021, 6:15am
2
welcome to endeavouros forum
you look for waybar config
Edit this good read https://github.com/Alexays/Waybar/wiki/Examples
I’m looking in the waybar config and it does not contain anything with firefox or telegram?
// Global
{
"layer": "top",
"position": "top",
// If height property would be not present, it'd be calculated dynamically
"height": 30,
"width" : 10,
"modules-left": [
"custom/launcher",
"sway/workspaces",
"sway/mode",
],
"modules-center": [
],
"modules-right": [
"network",
"idle_inhibitor",
This file has been truncated. show original
Shjim
December 23, 2021, 6:23am
4
"sway/workspaces": {
"disable-scroll": true,
"disable-markup" : false,
"all-outputs": true,
"format": " {icon} ",
//"format":"{icon}",
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
}
best read link i post … all info +examples there for you . make backup of file before change
1 Like
Thanks. I removed those lines and now it works. I now have this instead
"sway/workspaces": {
"disable-scroll": true,
"disable-markup" : false,
"all-outputs": true
}
1 Like
pebcak
December 23, 2021, 6:33am
6
Welcome to EnOS’ forum @jahway603 !
welcome and enjoy your stay here
system
Closed
December 25, 2021, 6:42am
8
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.