/usr/share/gnome-shell/extensions/harddiskled@bijidroid.gmail.com/stylesheet.css is in gnome-shell-extension-hard-disk-led 19-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | .harddiskled-label {
font-size: 1em;
width: 4em;
text-align: right;
}
/*.harddiskled-static-icon {
font-size: 14px;
width: 15px;
text-align: left;
}*/
.harddiskled-icon {
font-size: 1em;
width: 1.2em;
text-align: center;
color: lime;
}
.harddiskled-container {
spacing: 0px;
margin-left: 2px;
margin-right: 2px;
}
|