mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
Delete GTK config since it is easy to configure anyways
This commit is contained in:
parent
9f4b3c902f
commit
c72d63e12e
17
README.adoc
17
README.adoc
@ -54,6 +54,7 @@ Here are the main specifications of my machine currently running this (as of 201
|
||||
* **Terminal emulator**: https://github.com/jwilm/alacritty/[Alacritty]
|
||||
* **Shell**: http://www.zsh.org/[Zsh]
|
||||
* **Terminal emulator font**: https://github.com/be5invis/iosevka[Iosevka] (with the https://github.com/ryanoasis/nerd-fonts[Nerd Font patches])
|
||||
* **GTK theme**: https://github.com/horst3180/Arc-theme[Arc theme] (Arc Darker variant)
|
||||
|
||||
Terminal color scheme was generated with https://github.com/dylanaraps/pywal[pywal].
|
||||
The picture is used to generate the color pallete is https://www.reddit.com/r/wallpapers/comments/cckpj0/i_made_this_simple_and_clean_drawing_over_the/[this one].
|
||||
@ -288,22 +289,6 @@ It's documentation for the configuration can be viewed at the config file itself
|
||||
* Contains a single `alacritty.yaml` as the config file. Not much has changed except for the color scheme and the font being used.
|
||||
|
||||
|
||||
=== https://www.gtk.org/[GTK]
|
||||
|
||||
A library for creating programs with graphical user interface (GUI).
|
||||
|
||||
There are often two versions when configuring GTK: version 2 and 3.
|
||||
|
||||
* Version depends on the program itself since it is usually statically linked within the GUI program.
|
||||
* GTK3 config located at link:gtk3/[`gtk3/`].
|
||||
* The usual target path of GTK3 for a user is at `$HOME/.config/gtk-3.0/`.
|
||||
* Simply contains a `settings.ini` file that contains common configuration that'll be applied for most GTK3 apps (Thunar, Inkscape, etc.).
|
||||
* GTK2 config located at link:gtk2/[`gkt2/`].
|
||||
* The usual target path of GTK2 for a user is at `$HOME/` because of the `.gtkrc-2.0` file needs to at `$HOME/`.
|
||||
* GTK color and icon theme is https://github.com/NicoHood/arc-theme[Arc theme]
|
||||
and uses the light dark variation (`arc-darker`).
|
||||
|
||||
|
||||
=== https://dunst-project.org/[Dunst]
|
||||
|
||||
It's a notification daemon used to display notifications sent by notifiers (programs that send messages/notifications).
|
||||
|
@ -1,11 +0,0 @@
|
||||
[Filechooser Settings]
|
||||
LocationMode=path-bar
|
||||
ShowHidden=false
|
||||
ShowSizeColumn=true
|
||||
GeometryX=149
|
||||
GeometryY=52
|
||||
GeometryWidth=1062
|
||||
GeometryHeight=711
|
||||
SortColumn=name
|
||||
SortOrder=ascending
|
||||
StartupMode=recent
|
@ -1,18 +0,0 @@
|
||||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/foo-dogsquared/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Arc-Darker"
|
||||
gtk-icon-theme-name="Arc"
|
||||
gtk-font-name="Noto Sans 11"
|
||||
gtk-cursor-theme-name="Adwaita"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle="hintfull"
|
@ -1,15 +0,0 @@
|
||||
[Settings]
|
||||
gtk-theme-name=Arc-Darker
|
||||
gtk-icon-theme-name=Arc
|
||||
gtk-font-name=Fira Code weight=453 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
Loading…
Reference in New Issue
Block a user