diff options
| author | Blista Kanjo | 2022-09-01 20:03:35 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-09-01 20:03:35 -0400 |
| commit | a208eadd1289461bab82dd9554a2316898e7d23d (patch) | |
| tree | dc52940c6271490f2df6bd58f4edf9ec16f7b7df /.config/gtk-3.0/gtk.css | |
| parent | 77051c67db148b81aadaa562dbbbfff9e5f69bef (diff) | |
refactor: organized the entire repo | feat: added pomodoro aliases inspired by bashbunni
Diffstat (limited to '.config/gtk-3.0/gtk.css')
| -rw-r--r-- | .config/gtk-3.0/gtk.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css new file mode 100644 index 0000000..ab95c68 --- /dev/null +++ b/.config/gtk-3.0/gtk.css @@ -0,0 +1,27 @@ +.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; +} |
