Index

dotfiles / 55e4e04

My personal dotfiles for Debian/Ubuntu.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
4111 Oct 2021 13:10f86e562Decrease margin on tasklist buttonJosh Stockin111G

Blob @ dotfiles / gtk.css

text/css412 bytesdownload raw
1.titlebar {
2 font-weight: bold;
3 color:white;
4}
5.titlebar:backdrop {
6 font-weight: bold;
7 color:white;
8}
9vte-terminal {
10 padding: 12px;
11}
12#indicator-button image {
13 -gtk-icon-style: regular;
14 -gtk-icon-transform: scale(0.9);
15}
16.tasklist button {
17 margin-left: 2px;
18}
19.tasklist button image {
20 margin-left: 4px;
21}
22.tasklist button label {
23 margin-left: 4px;
24 margin-right: 8px;
25}
26