home-environments: radio: Declare ~/.config/gtk-2.0 to be the Adwaita-dark's gtk-2.0 dir
|
@ -7,7 +7,8 @@
|
||||||
#|H|# #:use-module (gnu home)
|
#|H|# #:use-module (gnu home)
|
||||||
|
|
||||||
#|GNU packages|#
|
#|GNU packages|#
|
||||||
#|G|# #:use-module (gnu packages gnupg)
|
#|G|# #:use-module (gnu packages gnome)
|
||||||
|
#:use-module (gnu packages gnupg)
|
||||||
#|L|# #:use-module (gnu packages linux)
|
#|L|# #:use-module (gnu packages linux)
|
||||||
#|S|# #:use-module (gnu packages shells)
|
#|S|# #:use-module (gnu packages shells)
|
||||||
|
|
||||||
|
@ -86,7 +87,6 @@
|
||||||
(videos "$HOME/media/videos")
|
(videos "$HOME/media/videos")
|
||||||
(publicshare "")
|
(publicshare "")
|
||||||
(templates "")))
|
(templates "")))
|
||||||
|
|
||||||
(service home-xdg-mime-applications-service-type
|
(service home-xdg-mime-applications-service-type
|
||||||
(home-xdg-mime-applications-configuration
|
(home-xdg-mime-applications-configuration
|
||||||
(default (associate-right
|
(default (associate-right
|
||||||
|
@ -97,6 +97,13 @@
|
||||||
mime-types:video))
|
mime-types:video))
|
||||||
('imv.desktop mime-types:image)
|
('imv.desktop mime-types:image)
|
||||||
('sioyek.desktop mime-types:document)))))
|
('sioyek.desktop mime-types:document)))))
|
||||||
|
(service home-xdg-configuration-files-service-type
|
||||||
|
(let ((adwaita-theme
|
||||||
|
(file-append gnome-themes-extra
|
||||||
|
"/share/themes/Adwaita-dark/gtk-2.0")))
|
||||||
|
`(("gtk-2.0" ,adwaita-theme))))
|
||||||
|
|
||||||
|
#|Symlink services|#
|
||||||
(service home-special-files-service-type
|
(service home-special-files-service-type
|
||||||
`((".config/guix/home.scm" ,radio.scm)))
|
`((".config/guix/home.scm" ,radio.scm)))
|
||||||
|
|
||||||
|
|
|
@ -1,99 +0,0 @@
|
||||||
# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et:
|
|
||||||
#
|
|
||||||
# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g.
|
|
||||||
# custom widgets, programs giving us a chance to alter their UI to fit more with
|
|
||||||
# the theme or stuff that is supposed to look different, like panels.
|
|
||||||
|
|
||||||
# TODO: This could really look nicer
|
|
||||||
style "gimp_spin_scale" {
|
|
||||||
|
|
||||||
# Spin background
|
|
||||||
bg[NORMAL] = @base_color
|
|
||||||
|
|
||||||
engine "pixmap" {
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = BOX
|
|
||||||
state = NORMAL
|
|
||||||
detail = "spinbutton_up"
|
|
||||||
overlay_file = "assets/spin-up.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = BOX
|
|
||||||
state = PRELIGHT
|
|
||||||
detail = "spinbutton_up"
|
|
||||||
overlay_file = "assets/spin-up.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = BOX
|
|
||||||
state = ACTIVE
|
|
||||||
detail = "spinbutton_up"
|
|
||||||
overlay_file = "assets/spin-up.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = BOX
|
|
||||||
state = INSENSITIVE
|
|
||||||
detail = "spinbutton_up"
|
|
||||||
overlay_file = "assets/spin-up-insensitive.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = BOX
|
|
||||||
state = NORMAL
|
|
||||||
detail = "spinbutton_down"
|
|
||||||
overlay_file = "assets/spin-down.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = BOX
|
|
||||||
state = PRELIGHT
|
|
||||||
detail = "spinbutton_down"
|
|
||||||
overlay_file = "assets/spin-down.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = BOX
|
|
||||||
state = ACTIVE
|
|
||||||
detail = "spinbutton_down"
|
|
||||||
overlay_file = "assets/spin-down.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = BOX
|
|
||||||
state = INSENSITIVE
|
|
||||||
detail = "spinbutton_down"
|
|
||||||
overlay_file = "assets/spin-down-insensitive.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
style "chrome_gtk_frame" {
|
|
||||||
|
|
||||||
ChromeGtkFrame::frame-color = @window_color
|
|
||||||
ChromeGtkFrame::frame-gradient-color = @window_color
|
|
||||||
ChromeGtkFrame::inactive-frame-color = @bg_color
|
|
||||||
|
|
||||||
ChromeGtkFrame::incognito-frame-color = "#cbd2d9"
|
|
||||||
ChromeGtkFrame::incognito-frame-gradient-color = "#cbd2d9"
|
|
||||||
ChromeGtkFrame::incognito-inactive-frame-color = mix (0.5, @bg_color, "#cbd2d9")
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
# Disable spin button assets for GimpSpinScale
|
|
||||||
class "GimpSpinScale" style "gimp_spin_scale"
|
|
||||||
|
|
||||||
# Chromium lets us define some colours and settings for better integration
|
|
||||||
class "ChromeGtkFrame" style "chrome_gtk_frame"
|
|
Before Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 283 B |
Before Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 292 B |
Before Width: | Height: | Size: 325 B |
Before Width: | Height: | Size: 465 B |
Before Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 451 B |
Before Width: | Height: | Size: 242 B |
Before Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 140 B |
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 153 B |
Before Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 82 B |
Before Width: | Height: | Size: 80 B |
Before Width: | Height: | Size: 78 B |
Before Width: | Height: | Size: 95 B |
Before Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 94 B |
Before Width: | Height: | Size: 68 B |
Before Width: | Height: | Size: 95 B |
Before Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 151 B |
Before Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 151 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 93 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 115 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 91 B |
Before Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 422 B |
Before Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 416 B |
Before Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 70 B |
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 134 B |
Before Width: | Height: | Size: 134 B |
Before Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 212 B |
Before Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 151 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 93 B |
Before Width: | Height: | Size: 115 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 91 B |
Before Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 126 B |
Before Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 128 B |
Before Width: | Height: | Size: 431 B |