mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-22 14:52:47 +00:00
update setup pkgs, librex, sway colors
This commit is contained in:
parent
d46e8dcc37
commit
b4750f2842
10
bin/setup
10
bin/setup
|
@ -5,11 +5,11 @@ alias s=sudo se="s eopkg -y" g=git
|
|||
gnome="gnome-photos gnome-mpv gnome-terminal nautilus rhythmbox"
|
||||
se rm $gnome firefox libreoffice-common onboard thunderbird
|
||||
|
||||
pkgs="advancecomp arcanist aria2 audacious audacity avidemux bleachbit caja ccache
|
||||
corectrl fd fish fzf gifsicle gimp git-extras ifuse innoextract jpegoptim keepassxc
|
||||
kitty linux-tools-cpupower llvm-clang lrzip lynx mkvtoolnix moreutils mpv ncdu neovim
|
||||
nicotine-plus nnn opus-tools p7zip parallel qt-creator qutebrowser ripgrep solbuild
|
||||
spek syncthing tig tlp tor upx usbmuxd yt-dlp zathura-mupdf"
|
||||
pkgs="advancecomp arcanist aria2 audacious audacity autojump avidemux bleachbit caja
|
||||
ccache corectrl fd fish fzf gifsicle gimp git-extras ifuse innoextract jpegoptim
|
||||
keepassxc kitty linux-tools-cpupower llvm-clang lrzip lynx mkvtoolnix moreutils mpv
|
||||
ncdu neovim nicotine-plus nnn opus-tools p7zip parallel qt-creator qutebrowser
|
||||
ripgrep solbuild spek starship syncthing tig tlp tor upx usbmuxd yt-dlp zathura-mupdf"
|
||||
se up; se it -c system.devel $pkgs
|
||||
pip3 install adblock pipx-in-pipx readability-lxml
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ c.confirm_quit = ['downloads']
|
|||
c.downloads.location.directory = '~/Downloads'
|
||||
c.qt.workarounds.remove_service_workers = True
|
||||
|
||||
c.url.searchengines['l'] = 'lx.vern.cc/search.php?q={}'
|
||||
c.url.searchengines['l'] = 'farside.link/librex/search.php?q={}'
|
||||
c.url.searchengines['m'] = 'morty.ononoki.org/?mortyurl={}'
|
||||
c.url.searchengines['s'] = 'farside.link/searxng/search?q={}'
|
||||
c.url.searchengines['y'] = 'farside.link/invidious/search?q={}'
|
||||
|
|
|
@ -10,7 +10,6 @@ seat seat0 xcursor_theme Haiku
|
|||
|
||||
# STARTUP APPS #
|
||||
exec wlsunset -t 3500
|
||||
exec syncthing-gtk
|
||||
exec nm-applet --indicator
|
||||
|
||||
# IDLE AND LOCK #
|
||||
|
@ -112,9 +111,9 @@ bar {
|
|||
position top
|
||||
status_command i3status
|
||||
colors {
|
||||
background #222D32
|
||||
focused_workspace #00A5BA #5294E2 #FFFFFF
|
||||
inactive_workspace #222D32 #222D32 #FFFFFF
|
||||
background #282a36
|
||||
focused_workspace #bd93f9 #bd93f9 #FFFFFF
|
||||
inactive_workspace #282a36 #282a36 #FFFFFF
|
||||
}
|
||||
mode hide
|
||||
font Monospace 12
|
||||
|
|
Loading…
Reference in a new issue