unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: 白い熊@相撲道 <guix-devel_gnu.org@sumou.com>
To: ludo@gnu.org
Cc: guix-devel@gnu.org
Subject: Re: [ART] Updated SLiM theme with GuixSD logo
Date: Mon, 16 Mar 2015 23:31:00 +0100	[thread overview]
Message-ID: <c689ffafd4f71da4b49481a2ea199d32@hcoop.net> (raw)
In-Reply-To: <87sid4smkh.fsf@gnu.org>

On 2015-03-16 21:40, ludo@gnu.org wrote:
> Hmm could you post your config file?

(use-modules (gnu)
	     (gnu packages)
	     (gnu system)
	     (guix)
	     (guix git-download))
(use-service-modules xorg networking dbus avahi)
(use-package-modules avahi ratpoison wicd xfce)

(define %old-artwork
   (origin
     (method git-fetch)
     (uri (git-reference
           (url "git://git.savannah.gnu.org/guix/guix-artwork.git")
           (commit "3236581")))  ;pre-GuixSD branding
     (sha256
      (base32
       "0ayg0693agck8zkcxfymph5ccc3y44cdf9i4y0qvxajhac8rkcaj"))))
(define %old-slim-theme
   #~(string-append #$%old-artwork "/slim"))
(define %old-slim-theme-name
   "0.8")

(operating-system
   (host-name "xxxx")
   (timezone "Europe/Prague")
   (locale "en_US.UTF-8")
   (bootloader (grub-configuration (device "/dev/sda")))
   (file-systems (cons (file-system
                         (device "xxxx")
                         (title 'label)
                         (mount-point "/")
                         (type "ext4"))
                       %base-file-systems))
  (swap-devices '("/dev/sda2"))
  (users (list (user-account
                 (name "xxxx")
                 (comment "xxxx")
                 (group "users")
                 (supplementary-groups '("wheel"
                                         "audio" "video"))
                 (home-directory "/home/xxxx"))))
   (packages (cons* ratpoison xfce %base-packages))

   (services (cons* (slim-service #:theme %old-slim-theme
                                  #:theme-name %old-slim-theme-name)
		   (wicd-service)
		   (dbus-service (list wicd))
                    (avahi-service)
                    %base-services)))

> You could check what theme would be used by looking at the directory
> returned by this command:
>   guix gc -R $(guix system build config.scm) |grep git-checkout

Yes, it's referring to the wrong git-checkout dir in the store, the one 
with the GuixSD panel. Wrong commit number?
-- 
白い熊@相撲道

  reply	other threads:[~2015-03-16 22:31 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-13 10:48 [ART] Updated SLiM theme with GuixSD logo 白い熊@相撲道
2015-03-14 14:03 ` Ludovic Courtès
2015-03-14 17:44   ` 白い熊@相撲道
2015-03-15 13:47     ` Ludovic Courtès
2015-03-15 16:25       ` 白い熊@相撲道
2015-03-16  8:52         ` Ludovic Courtès
2015-03-16 11:03           ` 白い熊@相撲道
2015-03-16 13:00             ` 白い熊@相撲道
2015-03-16 17:02             ` Ludovic Courtès
2015-03-16 18:12               ` 白い熊@相撲道
2015-03-16 20:40                 ` Ludovic Courtès
2015-03-16 22:31                   ` 白い熊@相撲道 [this message]
2015-03-16 22:38                     ` Ludovic Courtès
2015-03-16 22:51                       ` 白い熊@相撲道
  -- strict thread matches above, loose matches on Subject: below --
2015-02-12 18:56 Luis Felipe López Acevedo
2015-02-12 19:39 ` Thompson, David
2015-02-12 19:41 ` Andreas Enge
2015-02-12 21:29   ` Pierre-Antoine Rault
2015-02-12 20:52 ` Daniel Pimentel
2015-02-12 22:34 ` Ricardo Wurmus
2015-02-13  9:46   ` Ludovic Courtès
2015-02-13 14:48     ` Luis Felipe López Acevedo
2015-02-13 21:27   ` Luis Felipe López Acevedo
2015-02-13 21:29     ` David Thompson
2015-02-13 22:58       ` Ludovic Courtès
2015-03-01 15:14     ` Ludovic Courtès
2015-03-01 16:16       ` felipe.lopez
2015-03-01 20:37         ` Ludovic Courtès
2015-03-01 21:33           ` felipe.lopez
2015-02-12 22:50 ` Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=c689ffafd4f71da4b49481a2ea199d32@hcoop.net \
    --to=guix-devel_gnu.org@sumou.com \
    --cc=guix-devel@gnu.org \
    --cc=ludo@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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).