aboutsummaryrefslogtreecommitdiff
path: root/.config/gtk-3.0/gtk.css
diff options
context:
space:
mode:
authorkj_sh6042025-11-09 01:45:44 -0500
committerkj_sh6042025-11-09 01:45:44 -0500
commitdedecc29e5e08cd68df953e74a7fc7e5e29a057a (patch)
tree6b41b34bf7a9006a0554ba2deca10fcdeaf416e6 /.config/gtk-3.0/gtk.css
parent2eb1f07e6031a84650e93c5292a16ca20fa22d61 (diff)
refactor: finalize move back to awesomeWM
Diffstat (limited to '.config/gtk-3.0/gtk.css')
-rw-r--r--.config/gtk-3.0/gtk.css32
1 files changed, 0 insertions, 32 deletions
diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css
deleted file mode 100644
index 0dc1b59..0000000
--- a/.config/gtk-3.0/gtk.css
+++ /dev/null
@@ -1,32 +0,0 @@
-/* uncomment the following to use a monospace font with xfce4-panel */
-/* --- */
-/* .xfce4-panel {
- font-family: monospace;
- font-size: 10px;
-} */
-
-/* uncomment the following to use a monospace font with xfce4-notifyd */
-/* --- */
-/* #XfceNotifyWindow label,
-#XfceNotifyWindow image {
- font-family: monospace;
- font-size: 10px;
-} */
-
-/* uncomment the following for high-contrast workspace panel pager */
-/* change "#pager-" to the correct internal name in your panel config */
-/* --- */
-/* .xfce4-panel #pager- button {
- background-color: transparent;
- border-radius: 3px;
-}
-.xfce4-panel #pager- button:checked {
- background-image: none;
- background-color: #15539E;
- border-color: #15539E;
- border-radius: 3px;
-}
-.xfce4-panel #pager- button:hover {
- background-color: #15539E;
- border-radius: 3px;
-} */