Add custom GTK theme
This commit is contained in:
parent
23d0d29a21
commit
1a8ccc0c7a
263 changed files with 48028 additions and 1 deletions
4
configs/files/oomox-gruvmox-dark-medium-default/assets/change_dpi.sh
Executable file
4
configs/files/oomox-gruvmox-dark-medium-default/assets/change_dpi.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
for f in $@; do
|
||||
rsvg-convert -d 300 -p 300 -f svg $f -o $f.bak ; mv $f.bak $f
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue