From a208eadd1289461bab82dd9554a2316898e7d23d Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 1 Sep 2022 20:03:35 -0400 Subject: refactor: organized the entire repo | feat: added pomodoro aliases inspired by bashbunni --- gtk-3.0/bookmarks | 10 ---------- gtk-3.0/gtk.css | 27 --------------------------- gtk-3.0/settings.ini | 18 ------------------ 3 files changed, 55 deletions(-) delete mode 100644 gtk-3.0/bookmarks delete mode 100644 gtk-3.0/gtk.css delete mode 100644 gtk-3.0/settings.ini (limited to 'gtk-3.0') diff --git a/gtk-3.0/bookmarks b/gtk-3.0/bookmarks deleted file mode 100644 index 7ae0dc3..0000000 --- a/gtk-3.0/bookmarks +++ /dev/null @@ -1,10 +0,0 @@ -file:///home/kylert/Pictures -file:///home/kylert/Videos -file:///home/kylert/Documents -file:///home/kylert/Downloads -file:///home/kylert/Music -file:///home/kylert/Templates -file:///home/kylert/Public -file:///home/kylert/Projects -file:///home/kylert/Documents/School -file:///home/kylert/.cache/kdenlive diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css deleted file mode 100644 index ab95c68..0000000 --- a/gtk-3.0/gtk.css +++ /dev/null @@ -1,27 +0,0 @@ -.xfce4-panel { - font-family: "JetBrains Mono"; - font-size: 10px; -} - -/* #XfceNotifyWindow label, -#XfceNotifyWindow image { - font-family: "JetBrains Mono", monospace; - font-size: 10px; -} */ - -.xfce4-panel #pager-4 button { - background-color: transparent; - border-radius: 3px; -} - -.xfce4-panel #pager-4 button:checked { - background-image: none; - background-color: #15539E; - border-color: #15539E; - border-radius: 3px; -} - -.xfce4-panel #pager-4 button:hover { - background-color: #15539E; - border-radius: 3px; -} diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini deleted file mode 100644 index 75b5a66..0000000 --- a/gtk-3.0/settings.ini +++ /dev/null @@ -1,18 +0,0 @@ -[Settings] -gtk-theme-name=Adwaita-dark -gtk-icon-theme-name=Flat-Remix-Grey-Dark -gtk-font-name=Helvetica World 10 -gtk-cursor-theme-name=Adwaita -gtk-cursor-theme-size=0 -gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ -gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=1 -gtk-menu-images=1 -gtk-enable-event-sounds=0 -gtk-enable-input-feedback-sounds=0 -gtk-xft-antialias=1 -gtk-xft-hinting=1 -gtk-xft-hintstyle=hintfull -gtk-xft-rgba=rgb -gtk-xft-dpi=81920 -gtk-decoration-layout=menu: -- cgit v1.2.3