Compare commits

...

11 Commits

Author SHA1 Message Date
547eb10705 Install python libs 2023-11-24 21:34:20 -05:00
4ad576de67 i3 polkit 2023-11-24 20:03:13 -05:00
8661d65d55 Stow mako 2023-11-24 19:04:46 -05:00
cdd6f23f30 Stow waybar 2023-11-24 19:03:18 -05:00
4c1a3d0647 Stow rofi 2023-11-24 19:00:57 -05:00
5e6e96e990 Stow polybar 2023-11-24 18:58:37 -05:00
48710770b8 Stow kitty and i3status 2023-11-24 18:46:15 -05:00
694f66c435 Remove host block 2023-11-24 18:37:22 -05:00
6a177305b5 Stow i3 2023-11-24 18:25:53 -05:00
86e889e6cb Remove GTK theme 2023-11-24 18:10:52 -05:00
aa57e13930 GTK stow 2023-11-24 18:06:59 -05:00
18 changed files with 20 additions and 60504 deletions

File diff suppressed because it is too large Load Diff

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
i3/config
i3/.config/i3/config
settings.conf
systemd/user/*/*

View File

@ -9,11 +9,6 @@ Run the following command to install
```sh
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/install.sh
```
Install the needed Python packages
```sh
pip install -r requirements.txt
```
## Scripts

View File

@ -1,6 +1,6 @@
[Settings]
gtk-icon-theme-name=Flat-Remix-Blue-Dark
gtk-theme-name=Flat-Remix-GTK-Blue-Darkest-Solid
#gtk-icon-theme-name=Flat-Remix-Blue-Dark
#gtk-theme-name=Flat-Remix-GTK-Blue-Darkest-Solid
gtk-font-name=SF Pro Display 14
gtk-application-prefer-dark-theme=1
gtk-decoration-layout=0

View File

@ -1,6 +1,6 @@
[Settings]
gtk-icon-theme-name=Flat-Remix-Blue-Dark
gtk-theme-name=Flat-Remix-GTK-Blue-Darkest-Solid
#gtk-icon-theme-name=Flat-Remix-Blue-Dark
#gtk-theme-name=Flat-Remix-GTK-Blue-Darkest-Solid
gtk-font-name=SF Pro Display 14
gtk-application-prefer-dark-theme=1
gtk-decoration-layout=0

View File

@ -175,6 +175,7 @@ exec --no-startup-id sh ~/.config/scripts/connect-nas.sh
exec --no-startup-id systemctl --user start polybar
exec --no-startup-id systemctl --user restart streamdeck
exec --no-startup-id waybar &
exec --no-startup-id /usr/libexec/polkit-gnome-authentication-agent-1
# class border backgr. text indicator child_border
client.focused $pink $pink $pink $pink $pink

View File

@ -8,17 +8,8 @@ fi
dotdir=~/dotfiles
# src dest sudo
files=($dotdir/gtk-3.0/settings.ini ~/.config/gtk-3.0/ 'n'
$dotdir/gtk-4.0/settings.ini ~/.config/gtk-4.0/ 'n'
$dotdir/i3 ~/.config/ 'n'
$dotdir/i3status ~/.config/ 'n'
$dotdir/kitty ~/.config/ 'n'
$dotdir/polybar ~/.config/ 'n'
$dotdir/rofi ~/.config/ 'n'
$dotdir/scripts ~/.config/ 'n'
files=($dotdir/scripts ~/.config/ 'n'
$dotdir/systemd ~/.config/ 'n'
$dotdir/waybar ~/.config/ 'n'
$dotdir/mako ~/.config/ 'n'
$dotdir/settings.conf ~/.config/ 'n')
# arg parser
@ -119,6 +110,18 @@ function stow_dotfiles {
stow zsh
stow alacritty
stow g13
stow gtk
stow i3
stow i3status
stow kitty
stow polybar
stow rofi
stow waybar
stow mako
}
function install_python_libs {
pip install -r requirements.txt
}
setup
@ -126,4 +129,5 @@ systemd
update
dotfiles
stow_dotfiles
install_python_libs
emacs