all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuri Khan <yuri.v.khan@gmail.com>
To: Jonas Damm <emails@jonas-damm.de>
Cc: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Re: Advice for changing-theme-function for GNU/Linux system
Date: Mon, 18 Jul 2022 01:37:46 +0700	[thread overview]
Message-ID: <CAP_d_8WHkicNyvSD=XicLX3c+rPq3R4HwHY61hbVrYNhaDe=Qw@mail.gmail.com> (raw)
In-Reply-To: <87o7xnd545.fsf@jonas-damm.de>

On Mon, 18 Jul 2022 at 00:27, Jonas Damm <emails@jonas-damm.de> wrote:

> I wish to create my own function in emacs to switch my whole system from
> dark to light mode.
>
> I want to use the modus themes included in emacs, so i can toggle with
> modus-themes-toggle.
>
> However, I also want to change my systems GTK theme for other
> applications like Evince. So i have to change the file
> ~/.config/gtk-3.0/settings.ini and replace "Adwaita" with "Adwaita-dark"
> or the other way round.

And restart every running application, and hope they preserve their
state, because themes set via gtk-3.0/settings.ini only take effect on
application startup.

Alternatively, keep a settings daemon running. With one of these, you
can apply themes on the fly. If you’re using a desktop environment
such as GNOME, KDE or Xfce, you already have one. If not, Xfce’s
xfsettingsd is lightweight enough and can run without the whole DE.
(Start it on your session startup with an --sm-client-disable option.)
There is also something called Xsettingsd which is purportedly even
more lightweight.



  reply	other threads:[~2022-07-17 18:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-17 17:15 Advice for changing-theme-function for GNU/Linux system Jonas Damm
2022-07-17 18:37 ` Yuri Khan [this message]
2022-07-18  9:05   ` Jonas Damm
2022-07-18  9:28     ` Yuri Khan
2022-07-18 10:36       ` Jonas Damm
2022-07-18 22:47 ` Samuel Banya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAP_d_8WHkicNyvSD=XicLX3c+rPq3R4HwHY61hbVrYNhaDe=Qw@mail.gmail.com' \
    --to=yuri.v.khan@gmail.com \
    --cc=emails@jonas-damm.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.