From b43c4905ccd49e1b8ecb8078f4768481377c22e7 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sun, 6 Aug 2023 00:19:57 +0400 Subject: [PATCH] Wallpaper and gtk2 configs --- etc/skel/.azotebg | 3 +++ etc/skel/.gtkrc-2.0 | 19 +++++++++++++++++++ etc/skel/.icons/default/index.theme | 5 +++++ 3 files changed, 27 insertions(+) create mode 100755 etc/skel/.azotebg create mode 100644 etc/skel/.gtkrc-2.0 create mode 100644 etc/skel/.icons/default/index.theme diff --git a/etc/skel/.azotebg b/etc/skel/.azotebg new file mode 100755 index 0000000..266febd --- /dev/null +++ b/etc/skel/.azotebg @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +pkill swaybg +swaybg -o '*' -i "/usr/share/tileos/wallpapers/TOSWall_by_IndexZeroZzz.png" -m fill & diff --git a/etc/skel/.gtkrc-2.0 b/etc/skel/.gtkrc-2.0 new file mode 100644 index 0000000..ae012b9 --- /dev/null +++ b/etc/skel/.gtkrc-2.0 @@ -0,0 +1,19 @@ +# DO NOT EDIT! This file will be overwritten by nwg-look. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. + +include "/home/sunderland93/.gtkrc-2.0.mine" +gtk-theme-name="Catppuccin-Macchiato-Standard-Blue-Dark" +gtk-icon-theme-name="ePapirus-Dark" +gtk-font-name="Noto Sans 11" +gtk-cursor-theme-name="breeze_cursors" +gtk-cursor-theme-size=24 +gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=0 +gtk-menu-images=0 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=0 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintslight" +gtk-xft-rgba="rgb" diff --git a/etc/skel/.icons/default/index.theme b/etc/skel/.icons/default/index.theme new file mode 100644 index 0000000..d5bf439 --- /dev/null +++ b/etc/skel/.icons/default/index.theme @@ -0,0 +1,5 @@ +# This file is written by nwg-look. Do not edit. +[Icon Theme] +Name=Default +Comment=Default Cursor Theme +Inherits=breeze_cursors