Skip to content

Commit 01615f6

Browse files
committed
arch: update setup
1 parent 158e053 commit 01615f6

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

arch/setup.sh

+9-4
Original file line numberDiff line numberDiff line change
@@ -109,29 +109,34 @@ dev_packages=(
109109
# dev / langs
110110
clang
111111
jdk11-openjdk
112+
jdk17-openjdk
112113
nodejs-lts-erbium
113114
python
114115
#rustup
115116
# dev / ops
116117
ansible
117118
fabric
118119
monit
120+
libvirt
119121
podman
120-
qemu
122+
qemu-desktop
121123
terraform
122124
#helm
123125
#toolbox
124-
#minikube
125-
#kompose
126-
#kubectl
126+
minikube
127+
kompose
128+
kubectl
127129
# dev / utils
130+
dnsmasq
128131
edk2-ovmf
129132
edk2-shell
130133
git-delta
131134
github-cli
135+
iptables-nft
132136
ninja
133137
podman-docker
134138
python-decorator
139+
python-poetry
135140
tig
136141
tokei
137142
)

waybar/config

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"position": "top",
44
"height": 30,
55

6-
"modules-left": ["sway/workspaces", "sway/mode"],
6+
"modules-left": ["sway/workspaces", "sway/mode", "custom/weather"],
77
"modules-center": ["sway/window"],
8-
"modules-right": ["tray", "custom/weather", "pulseaudio", "backlight", "network", "idle_inhibitor", "cpu", "memory", "temperature", "battery", "clock"],
8+
"modules-right": ["tray", "temperature", "battery", "network", "idle_inhibitor", "pulseaudio", "backlight", "clock"],
99

1010
"sway/mode": {
1111
"format": " {}"

0 commit comments

Comments
 (0)