summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-04-14 20:49:06 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-04-14 20:49:06 +0200
commit366002c3e6c0263d287c7eb9030f648b7a2b3cbf (patch)
tree8d2d68dfcb5619e8aa07271eb4482d37b1747807 /.config
Initial commit
Diffstat (limited to '.config')
-rw-r--r--.config/gtk-2.0/gtkfilechooser.ini11
-rwxr-xr-x.config/gtk-3.0/bookmarks6
-rwxr-xr-x.config/gtk-3.0/gtk.css99
-rwxr-xr-x.config/gtk-3.0/settings.ini5
4 files changed, 121 insertions, 0 deletions
diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini
new file mode 100644
index 0000000..4be266e
--- /dev/null
+++ b/.config/gtk-2.0/gtkfilechooser.ini
@@ -0,0 +1,11 @@
+[Filechooser Settings]
+LocationMode=path-bar
+ShowHidden=false
+ShowSizeColumn=true
+GeometryX=1942
+GeometryY=277
+GeometryWidth=852
+GeometryHeight=630
+SortColumn=name
+SortOrder=ascending
+StartupMode=recent
diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks
new file mode 100755
index 0000000..ee62a93
--- /dev/null
+++ b/.config/gtk-3.0/bookmarks
@@ -0,0 +1,6 @@
+file:///home/eddy/uni/eth
+file:///home/eddy/desktop
+file:///home/eddy/projects
+file:///home/eddy/projects/website
+file:///home/eddy/shared
+file:///home/eddy/screenshots
diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css
new file mode 100755
index 0000000..50e1a7f
--- /dev/null
+++ b/.config/gtk-3.0/gtk.css
@@ -0,0 +1,99 @@
+/* Adwaita is the default theme of GTK+ 3, this file is not used */
+
+.overshoot.top {
+ background-image: none;
+ background-size: 100% 5%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center top;
+ background-color: transparent;
+ border: none;
+ box-shadow: none; }
+ .overshoot.top:backdrop {
+ background-image: none;
+ background-size: 100% 5%;
+ background-repeat: no-repeat;
+ background-position: center top;
+ background-color: transparent;
+ border: none;
+ box-shadow: none; }
+.overshoot.bottom {
+ background-image: none;
+ background-size: 100% 5%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center bottom;
+ background-color: transparent;
+ border: none;
+ box-shadow: none; }
+ .overshoot.bottom:backdrop {
+ background-image: none;
+ background-size: 100% 5%;
+ background-repeat: no-repeat;
+ background-position: center bottom;
+ background-color: transparent;
+ border: none;
+ box-shadow: none; }
+.overshoot.left {
+ background-image: none;
+ background-size: 5% 100%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-color: transparent;
+ border: none;
+ box-shadow: none; }
+ .overshoot.left:backdrop {
+ background-image: none;
+ background-size: 5% 100%;
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-color: transparent;
+ border: none;
+ box-shadow: none; }
+.overshoot.right {
+ background-image: none;
+ background-size: 5% 100%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-color: transparent;
+ border: none;
+ box-shadow: none; }
+ .overshoot.right:backdrop {
+ background-image: none;
+ background-size: 5% 100%;
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-color: transparent;
+ border: none;
+ box-shadow: none; }
+
+.undershoot.top {
+ background-color: transparent;
+ background-image: none;
+ padding-top: 1px;
+ background-size: 10px 1px;
+ background-repeat: repeat-x;
+ background-origin: content-box;
+ background-position: center top; }
+.undershoot.bottom {
+ background-color: transparent;
+ background-image: none;
+ padding-bottom: 1px;
+ background-size: 10px 1px;
+ background-repeat: repeat-x;
+ background-origin: content-box;
+ background-position: center bottom; }
+.undershoot.left {
+ background-color: transparent;
+ background-image: none;
+ padding-left: 1px;
+ background-size: 1px 10px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: left center; }
+.undershoot.right {
+ background-color: transparent;
+ background-image: none;
+ padding-right: 1px;
+ background-size: 1px 10px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: right center; }
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
new file mode 100755
index 0000000..b5e6ccb
--- /dev/null
+++ b/.config/gtk-3.0/settings.ini
@@ -0,0 +1,5 @@
+[Settings]
+gtk-application-prefer-dark-theme = true
+#gtk-theme-name = Numix-flatstudio-dark
+#gtk-theme-name = Arc-Darker
+gtk-theme-name = Arc-Dark-Custom