summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/maynard.c2
-rw-r--r--shell/style.css33
2 files changed, 2 insertions, 33 deletions
diff --git a/shell/maynard.c b/shell/maynard.c
index a74cd08..351076d 100644
--- a/shell/maynard.c
+++ b/shell/maynard.c
@@ -39,7 +39,7 @@
extern char **environ; /* defined by libc */
-#define DEFAULT_BACKGROUND "/usr/share/wallpapers/Hanami/contents/images/3872x2592.jpg"
+#define DEFAULT_BACKGROUND "/usr/share/wallpapers/Golden_Ripples/contents/images/1920x1200.jpg"
struct element {
GtkWidget *window;
diff --git a/shell/style.css b/shell/style.css
index 9d0d694..aaed96b 100644
--- a/shell/style.css
+++ b/shell/style.css
@@ -1,34 +1,3 @@
.maynard-panel {
- background-color: alpha(black, 0.7);
-}
-
-.maynard-system {
- background-color: #6d6d6d;
- padding: 13px;
- color: #fcfcfc;
-}
-
-.maynard-system:hover {
- background-color: alpha(#6d6d6d, 0.8);
- color: white;
-}
-
-.maynard-audio {
- background-color: #b4b4b4;
- color: #fcfcfc;
- padding: 13px;
-}
-
-.maynard-audio:hover {
- background-color: alpha(#b4b4b4, 0.8);
- color: white;
-}
-
-.maynard-apps {
- color: #bebebe;
-}
-
-.maynard-apps:hover {
- background-color: alpha(black, 0.2);
- color: white;
+ background-color: alpha(black, 0.8);
}