aboutsummaryrefslogtreecommitdiff
path: root/.config/gtk-3.0
diff options
context:
space:
mode:
authorkj-sh6042024-12-30 12:35:10 -0500
committerkj-sh6042024-12-30 12:35:10 -0500
commit0ed813a8181c82865df7d2b7dfcc736b5ba86847 (patch)
tree9d2bc3e1bb0dbaa7282bd0e9451c7e9e35363c1a /.config/gtk-3.0
parente71009a6329c44f797ecf9c897249bbaa4ae45df (diff)
refactor: comment-out `gtk.css`
also, make file self-documenting
Diffstat (limited to '.config/gtk-3.0')
-rw-r--r--.config/gtk-3.0/gtk.css21
1 files changed, 13 insertions, 8 deletions
diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css
index 85d2ba2..2dd2f81 100644
--- a/.config/gtk-3.0/gtk.css
+++ b/.config/gtk-3.0/gtk.css
@@ -1,27 +1,32 @@
-.xfce4-panel {
+/* uncomment the following to use a monospace font with xfce4-panel */
+/* --- */
+/* .xfce4-panel {
font-family: "JetBrains Mono", monospace;
font-size: 10px;
-}
+} */
+/* uncomment the following to use a monospace font with xfce4-notifyd */
+/* --- */
/* #XfceNotifyWindow label,
#XfceNotifyWindow image {
font-family: "JetBrains Mono", monospace;
font-size: 10px;
} */
-.xfce4-panel #pager-4 button {
+/* 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-4 button:checked {
+.xfce4-panel #pager- button:checked {
background-image: none;
background-color: #15539E;
border-color: #15539E;
border-radius: 3px;
}
-
-.xfce4-panel #pager-4 button:hover {
+.xfce4-panel #pager- button:hover {
background-color: #15539E;
border-radius: 3px;
-}
+} */