Code Monkey home page Code Monkey logo

Comments (11)

NeTriXoN-BoT avatar NeTriXoN-BoT commented on July 26, 2024 1

can get them to be on top on mint, follow closely. before you start hidamari, right click on the desktop, customize, desktop settings, start hidamari and set your background, back to the desktop settings window, in the desktop layout selection drop down box, toggle to no desktop icons, wait a second and select your normal setting or show desktop icons on all monitors. Works and puts hidamari at the correct layer, but if you change the video you have to repeat. I currently lack the ability to automate this... as funny as that is with my username. Hope this helps. Cheers.

Look, I'm no pro when it comes to scripting sht, but I tried to write a bash script that automates the process of your described steps. Works fine on my end at least, so you can give it a try if you want. You still have to execute it every time tho when changing the wallpaper.

#!/bin/bash
gsettings set org.nemo.desktop desktop-layout false::false
notify-send -u normal -t 10000 "Reloading Icons"
sleep .5
gsettings set org.nemo.desktop desktop-layout true::false

from hidamari.

jeffshee avatar jeffshee commented on July 26, 2024 1

Could consider adding custom scripts execution support after Hidamari startup. 👍
This way Hidamari can remain DE agnostic, while being able to extend its support for more DE.

from hidamari.

Calab avatar Calab commented on July 26, 2024

Same request here. Linux Mint Cinnamon v21.3 and none of my desktop icons are visible when hidamari is running. Also the right click menu is different... missing many options, such as Display Settings, etc.

from hidamari.

fabiomilson avatar fabiomilson commented on July 26, 2024

Same request here on Cinnamon v21.3
:3

from hidamari.

tudza avatar tudza commented on July 26, 2024

Figured there would be a request for this since I came here to ask for the same thing.

Commented to get notification when feature is added.

Appreciate the Flatpak install.

from hidamari.

Elmapul avatar Elmapul commented on July 26, 2024

icons do work on gnome, i think the main issue is that other desktop enviroments dont support drawing the desktop icons as an overlay on top of other things, the code that render the wallpaper may be glued togheter with the code that render the icons, so hidamari would have to reimplement icons by thenselves alongside all other features that the desktop support on those desktop enviroments.
that is a lot of work that they problably wont do, instead try komorebi, they have icon support but they wont be using the same tech as your DE to draw such icons, instead they have an minimal reimplementation of this feature, its not enough for my needs but it may be for you.

from hidamari.

tudza avatar tudza commented on July 26, 2024

Looked at komorebi first. Looked again just now.

Might do.

from hidamari.

AutomatedUser605 avatar AutomatedUser605 commented on July 26, 2024

can get them to be on top on mint, follow closely. before you start hidamari, right click on the desktop, customize, desktop settings, start hidamari and set your background, back to the desktop settings window, in the desktop layout selection drop down box, toggle to no desktop icons, wait a second and select your normal setting or show desktop icons on all monitors. Works and puts hidamari at the correct layer, but if you change the video you have to repeat. I currently lack the ability to automate this... as funny as that is with my username. Hope this helps. Cheers.

from hidamari.

AutomatedUser605 avatar AutomatedUser605 commented on July 26, 2024

#!/bin/bash
gsettings set org.nemo.desktop desktop-layout false::false
notify-send -u normal -t 10000 "Reloading Icons"
sleep .5
gsettings set org.nemo.desktop desktop-layout true::false

BROTHER!!!! That works perfectly, now if we could get that little gem rolled in, maybe on a settings toggle to support the OS's that have their icons buried <3

from hidamari.

NeTriXoN-BoT avatar NeTriXoN-BoT commented on July 26, 2024

#!/bin/bash
gsettings set org.nemo.desktop desktop-layout false::false
notify-send -u normal -t 10000 "Reloading Icons"
sleep .5
gsettings set org.nemo.desktop desktop-layout true::false

BROTHER!!!! That works perfectly, now if we could get that little gem rolled in, maybe on a settings toggle to support the OS's that have their icons buried <3

Hah glad it worked for you! Yeah that would be definitely something.

from hidamari.

NeTriXoN-BoT avatar NeTriXoN-BoT commented on July 26, 2024

Could consider adding custom scripts execution support after Hidamari startup. 👍 This way Hidamari can remain DE agnostic, while being able to extend its support for more DE.

Would be dope. Is there also any chance you could add an auto shuffle mode, so backgrounds can change automatically after a certain amount of time (setting the timer via seconds inside the config file or smth)? I have too many and sticking to just one at a time is very hard lol

from hidamari.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.