Announcement

Collapse
No announcement yet.

Custom Look-And-Feel settings

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Custom Look-And-Feel settings

    Just a quick question. When I change the settings, mouse theme, widget style, etc, this information s unchanged in the actual theme files located at /usr/share/plasma/look-and-feel/ . However the changes do take effect. Where is the location, and file name, of the file that these customized settings are saved to?

    Thanks.

    #2
    I find that running
    Code:
    find . -newermt "1 minute ago"
    immediately after tweaking something helps to identify files that are modified as a result of the tweak.

    Just to have a clean output, I close all other applications such as browsers so that changes to their profiles and cache don't pollute the results.

    You could use
    Code:
    find . -newermt "10 sec ago"
    for even cleaner output.
    Last edited by chimak111; Jun 19, 2019, 10:36 AM.
    Kubuntu 20.04

    Comment


      #3
      Originally posted by chimak111 View Post
      I find that running
      Code:
      find . -newermt "1 minute ago"
      immediately after tweaking something helps to identify files that are modified as a result of the tweak.

      Just to have a clean output, I close all other applications such as browsers so that changes to their profiles and cache don't pollute the results.
      Thank you!

      Comment


        #4
        Downloaded theme files are stored in ~/.local/share/plasma/look-and-feel (as well as others in that plasma directory.)

        Configs that specify which things are used are in various configs in ~/.config such as kdeglobals,

        A 'look-and-feel' theme is a collection of elements, including Plasma themes, color schemes, etc, and these are set in places like kdeglobals, bases on config files found in the look-n-feel folder.

        Comment


          #5
          Originally posted by claydoh View Post
          Downloaded theme files are stored in ~/.local/share/plasma/look-and-feel (as well as others in that plasma directory.)

          Configs that specify which things are used are in various configs in ~/.config such as kdeglobals,

          A 'look-and-feel' theme is a collection of elements, including Plasma themes, color schemes, etc, and these are set in places like kdeglobals, bases on config files found in the look-n-feel folder.
          thank you

          Comment

          Working...
          X