icedman / gtk-window-control-style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


gtk-window-control-style

Customize GTK window control buttons.

"Buy Me A Coffee"

install

Simple run at the terminal:

make

Or if you don't have make and do it manually:

./generate.js

uninstall

make uninstall

Or manually:

rm -rf ~/.config/gtk-*

This will delete all other gtk custom css.

Options

Edit config.json with your customizations

{
  "control_button_style": 5,  // 0-5   circle, square, dash, vertical, slash, back_slash
  "traffic_light_colors": true, // set true to use traffic light colors, red, yellow, green
  "hovered_traffic_light_colors": true,
  "unfocused_traffic_light_colors": true,
  "button_color": [1,1,1,1], // or set your custom color ing RGBA
  "hovered_button_color": [1,1,0,1],
  "unfocused_button_color": [0.2,0.2,0.2,1]
}

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 66.6%Language:CSS 31.6%Language:Makefile 1.7%