question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[theming] Cannot disable separators on latest release

See original GitHub issue

Bug Report

Version: 2.0.4-1 (AUR)

Description

You can no longer disable separators and use padding in themes.

Relevant theme.json lines These two lines disable separators and create padding around modules.

"separator-block-width": 5,
"separator": "",

Which looks like this (taken on a commit shortly after 1.10.4 release): image

And how it looks on the latest release (should look like the screenshot above): image

Relevant i3 config lines
status_command bumblebee-status \
            -m caffeine nic pasink redshift time date \
            -p time.format="%H:%M" date.format="%A, %B %d" \
            -t iceberg-dark
Full theme file
{
    "icons": [ "awesome-fonts" ],
    "defaults": {
        "separator-block-width": 5,
        "separator": "",
        "warning": {
            "fg": "#0f1117",
            "bg": "#e2a478"
        },
        "critical": {
            "fg": "#0f1117",
            "bg": "#e27878"
        }
    },
    "cycle": [
        { "fg": "#d2d4de", "bg": "#161821" },
        { "fg": "#d2d4de", "bg": "#262939" },
        { "fg": "#d2d4de", "bg": "#353a50" },
        { "fg": "#d2d4de", "bg": "#454b68" },
        { "fg": "#d2d4de", "bg": "#353a50" },
        { "fg": "#d2d4de", "bg": "#262939" },
        { "fg": "#d2d4de", "bg": "#1e212d" }
    ],
    "dnf": {
        "good": {
            "fg": "#b4be82",
            "bg": "#161821"
        }
    },
    "apt": {
        "good": {
            "fg": "#b4be82",
            "bg": "#161821"
        }
    },
    "pacman": {
        "good": {
            "fg": "#b4be82",
            "bg": "#161821"
        }
    },
    "battery": {
        "charged": {
            "fg": "#0f1117",
            "bg": "#b4be82"
        },
        "charging": {
            "fg": "#0f1117",
            "bg": "#84a0c6"
        }
    }
}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
gkeepcommented, Jun 29, 2020

Looks good, thank you 👍

1reaction
tobi-wan-kenobicommented, Jun 28, 2020

Ah. I think that slipped in with #648 , thanks for the notification.

Will come up with a better solution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't edit Separator or Button (4.1.5) - WordPress.org
Since updating I can no longer edit new and existing Separators or Buttons in BoldThemes 4.1.5 editor backend. I am currently using premium...
Read more >
How To Remove The Divi Blog Module Meta Separators
In this tutorial I will show you how to remove the meta author, date, and category separators from showing in the Divi Blog...
Read more >
Main Menu Enfold Turn Off Separators Between Menu Items
Hi,. I would like to turn off the separators in the main menu items. I have tried everything and no dice. Need this...
Read more >
How To Remove The Divi Blog Module Meta Separators
By now you probably know that we release at least one new Divi tutorial every week. This week we are going to show...
Read more >
ios - How to remove the line separators from a List in SwiftUI ...
iOS 15: This year Apple introduced a new modifier .listRowSeparator that can be used to style the separators. you can pass .hidden to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found