diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..aaf6fab --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "alacritty/themes"] + path = alacritty/themes + url = https://github.com/alacritty/alacritty-theme diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml new file mode 100644 index 0000000..7911b8b --- /dev/null +++ b/alacritty/alacritty.toml @@ -0,0 +1,16 @@ +[general] +import = [ +"/home/mpuchstein/.config/alacritty/themes/themes/github_dark.toml" +] +live_config_reload = true +ipc_socket = true + +[window] +opacity = 0.9 + +[font] +normal = { family = "Inconsolata Nerd Font Mono", style = "Regular" } +size = 9 + +[mouse] +hide_when_typing = true diff --git a/alacritty/themes b/alacritty/themes new file mode 160000 index 0000000..aff9d11 --- /dev/null +++ b/alacritty/themes @@ -0,0 +1 @@ +Subproject commit aff9d111d43e1ad5c22d4e27fc1c98176e849fb9 diff --git a/nwg-displays/config b/nwg-displays/config deleted file mode 100644 index 0b697af..0000000 --- a/nwg-displays/config +++ /dev/null @@ -1,8 +0,0 @@ -{ - "view-scale": 0.15, - "snap-threshold": 10, - "indicator-timeout": 500, - "custom-mode": [], - "use-desc": false, - "confirm-timeout": 10 -} \ No newline at end of file diff --git a/nwg-look/config b/nwg-look/config deleted file mode 100644 index a244fe5..0000000 --- a/nwg-look/config +++ /dev/null @@ -1,6 +0,0 @@ -{ - "export-settings-ini": true, - "export-gtkrc-20": true, - "export-index-theme": true, - "export-xsettingsd": true -} \ No newline at end of file diff --git a/nwg-readme-browser/config.json b/nwg-readme-browser/config.json deleted file mode 100644 index 4047169..0000000 --- a/nwg-readme-browser/config.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "doc-dir": "/usr/share/doc", - "default-zoom": 1.0, - "packages": [ - "nwg-shell", - "nwg-shell-config", - "nwg-panel", - "nwg-drawer", - "nwg-dock", - "nwg-menu", - "nwg-look", - "nwg-displays", - "azote", - "nwg-bar", - "nwg-clipman", - "nwg-icon-picker", - "nwg-readme-browser", - "autotiling", - "gopsuinfo", - "nwg-hello", - "sddm-sugar-candy-nwg", - "swaync", - "gtklock", - "swaylock", - "swayidle", - "swayimg", - "nwg-shell-wallpapers" - ] -} \ No newline at end of file