mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 02:04:30 +02:00
More configuration
Notably polybar
This commit is contained in:
parent
f306d92a0d
commit
662db00e36
8 changed files with 204 additions and 25 deletions
|
@ -24,13 +24,14 @@ while read source target; do
|
|||
ln -nsf ~/.config/i3/dotfiles/$source $HOME/$t
|
||||
done
|
||||
done <<EOF
|
||||
Xresources .Xresources
|
||||
gtkrc-2.0 .gtkrc-2.0
|
||||
gtk3.css .config/gtk-3.0/gtk.css
|
||||
qt5ct.conf .config/qt5ct/qt5ct.conf
|
||||
systemd .config/systemd/user
|
||||
dunstrc .config/dunst/dunstrc
|
||||
firefox.js .mozilla/firefox/*/user.js
|
||||
Xresources .Xresources
|
||||
gtkrc-2.0 .gtkrc-2.0
|
||||
gtk3.css .config/gtk-3.0/gtk.css
|
||||
qt5ct.conf .config/qt5ct/qt5ct.conf
|
||||
systemd .config/systemd/user
|
||||
dunstrc .config/dunst/dunstrc
|
||||
polybar.conf .config/polybar/config
|
||||
firefox.js .mozilla/firefox/*/user.js
|
||||
EOF
|
||||
rm -f ~/.config/gtk-3.0/settings.ini
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue