Skip to content

Commit 0043e0b

Browse files
committed
Added needed fonts, polybar updates module support for debian based distributions
1 parent a3e1be8 commit 0043e0b

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

.fonts/Inconsolata-CondensedBlack.otf

58.3 KB
Binary file not shown.
Binary file not shown.

setup-scripts/resources/packages.txt

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
neovim
2+
ranger
3+
rofi
4+
polybar
5+
dunst
6+
bspwm
7+
sxhkd
8+
nitrogen
9+
feh
10+
kitty
11+
thunar
12+
mpv
13+
exa
14+
neofetch
15+
nodejs
16+
npm
17+
htop
18+
lxappeareance
19+
picom
20+
meson
21+
ninja-build
22+
libpcre3
23+
libpcre3-dev
24+
lxpolkit
25+
pulsemixer
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
#!/bin/bash
22

3-
yay -Qu | wc -l
3+
[[ $(cat /etc/os-release | grep arch) ]] && yay -Qu | wc -l
4+
#[[ $(cat /etc/os-release | grep debian) ]] && apt list --upgradeable | wc -l
5+
6+
[[ $(cat /etc/os-release | grep debian) ]] && apt list --upgradable 2>/dev/null | wc -l

0 commit comments

Comments
 (0)