Search found 41 matches

by purplemoon
Thu Nov 07, 2024 7:06 pm
Forum: MX Fluxbox Official Release
Topic: Fluxbox Themes matching GTK themes
Replies: 48
Views: 7895

Re: Fluxbox Themes matching GTK themes

Here is the corresponding script for theming Rofi. It should work for any style, as long as you modify it accordingly. It should be placed into the same directory as the previous script. import os import os.path from os.path import expanduser from os.path import exists from color_theme_default ...
by purplemoon
Tue Oct 29, 2024 7:32 pm
Forum: MX Fluxbox Official Release
Topic: Fluxbox Themes matching GTK themes
Replies: 48
Views: 7895

Re: Fluxbox Themes matching GTK themes

Jerry3904 & Melber I thought I had already answered your posts. But, obviously, not really. So, what else can I say but :bagoverhead: ... Anyway, after an eternity, I rewrote a script to extract gtk colors from the theme description and load them into a dictionary that is also saved to a file. From ...
by purplemoon
Fri Sep 06, 2024 7:13 pm
Forum: MX Fluxbox Official Release
Topic: Display Music Player Song Title in the Panel
Replies: 9
Views: 918

Re: Display Music Player Song Title in the Panel

@operadude
I also would like to learn about dbus, but this seems to be another level. Maybe this tutorial https://rm5248.com/d-bus-tutorial/ would be a good place to start. Hope this will be helpful.
by purplemoon
Mon Aug 26, 2024 8:13 pm
Forum: MX Fluxbox Official Release
Topic: Display Music Player Song Title in the Panel
Replies: 9
Views: 918

Re: Display Music Player Song Title in the Panel

:exclamation: The second script (post #5) has been modified so that only the file path should be modified to your liking to be able to launch it successfully. ceeslans As this script was originally intended for Fbpanel or Xfce panel, it only shows track info. As for (some of) the actions you ...
by purplemoon
Mon Aug 26, 2024 12:22 am
Forum: MX Fluxbox Official Release
Topic: Display Music Player Song Title in the Panel
Replies: 9
Views: 918

Re: Display Music Player Song Title in the Panel

Here is a more simple version of the script. It only displays (but not limited to) 'artist' and 'track'. It should work on any panel (tested in FB and XFCE) #!/usr/bin/env python3 import dbus, subprocess from tkinter import* import os def get_data(): global song_data global running player_name ...
by purplemoon
Sun Apr 21, 2024 8:08 pm
Forum: MX Fluxbox Official Release
Topic: Display Music Player Song Title in the Panel
Replies: 9
Views: 918

Display Music Player Song Title in the Panel

Hello Everyone! I have finally managed to display properly the title of the song played in Clementine on the toolbar. So, if anyone is interested, here is the way I managed to do it. Note that there are probably better ways to do it. First, I have simplified the "mediaplayer.py script to get rid of ...
by purplemoon
Wed Feb 21, 2024 6:47 pm
Forum: MX Fluxbox Official Release
Topic: MX Fluxbox Screenshots
Replies: 1397
Views: 272553

Re: MX Fluxbox Screenshots

i_ri Thank you, I forgot to mention that. Same for the session scripts that are inspired by this topic https://www.linuxquestions.org/questions/slackware-14/how-do-i-run-menu-and-logout-from-the-command-line-in-fluxbox-864919/ ceeslans You are welcome. Hope you'll enjoy it! Jerry3904 I also have ...
by purplemoon
Wed Feb 21, 2024 12:20 am
Forum: MX Fluxbox Official Release
Topic: MX Fluxbox Screenshots
Replies: 1397
Views: 272553

Re: MX Fluxbox Screenshots

ceeslans Yes, both panels are fbpanel. To save space, the bottom bar is set to hide, as there are no options for autohide. As for executors, the output of a command / script can be displayed via the "genmon" plugin. I use it to display the name of the current focused window and the title of the ...
by purplemoon
Mon Feb 19, 2024 6:37 pm
Forum: MX Fluxbox Official Release
Topic: MX Fluxbox Screenshots
Replies: 1397
Views: 272553

Re: MX Fluxbox Screenshots

Hello Everyone.
Just for the fun of it a minimalist Mac Os layout, featuring fluxbox and fbpanel...
- GTK theme: Matcha Sea (light & dark)
- Icon theme: Simply Circle (white & black) + some custom icons
- Wallpaper: "minimalist_water-green_strawberry"
sc_dark.jpg
sc_light.jpg
by purplemoon
Wed Sep 14, 2022 7:54 pm
Forum: MX Fluxbox Official Release
Topic: Fluxbox Themes matching GTK themes
Replies: 48
Views: 7895

Re: Fluxbox Themes matching GTK themes

Jerry3904 I have watched your video and will try it soon to change to an autumn theme... In the meantime, I am working on a script for changing colors to match the current gtk theme (only Rofi for now). It is a very dirty code as I am learning on the way, but it works. The idea (for now) is to use ...

Go to advanced search