Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

6
Dark menubar on spotify! (And probably other apps)
Post Body

If you have a dark app, say spotify, that uses a light titlebar for some reason, and want it to use a dark titlebar, look no further! This script launches spotify and changes it's titlebar to dark:

#!/bin/bash
spotify &
sleep 1
xprop -f _GTK_THEME_VARIANT 8u -set _GTK_THEME_VARIANT "dark" -name "Spotify"

Save it somewhere, and change the .desktop file (/usr/share/applications/spotify.desktop) so it points to the saved script (a.k.a, the "Exec" value)

The sleep is needed because the xprop command only set's the theme of visible windows, hence the sleep, so that spotify has a second to startup.

As I said, this can be applied to other apps as well, just change out "Spotify" for the name of the app

Author
Account Strength
100%
Account Age
10 years
Verified Email
Yes
Verified Flair
No
Total Karma
6,029
Link Karma
2,892
Comment Karma
3,097
Profile updated: 3 days ago
Posts updated: 10 months ago
GNOMie

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
8 years ago