From b85260739e06b2cf781c3c5b647b00a2e03989ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 27 Sep 2019 17:48:59 -0500 Subject: [PATCH] Hyperbola will stop supporting networkmanager due to security issues --- README.md | 4 +--- install.sh | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 038ca05..c6d664b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ This repository saves the custom configuration used by heckyel in i3wm - i3-wm - i3blocks - i3lock -- network-manager-applet - nitrogen - playerctl - ranger @@ -32,6 +31,7 @@ This repository saves the custom configuration used by heckyel in i3wm - lxappearance - ttf-font-awesome +- network-manager-applet (Hyperbola v0.3 or less) ### Base i3wm @@ -59,13 +59,11 @@ Example config `.xinitrc `: ```bash #!/bin/sh - # # ~/.xinitrc # # Executed by startx (run your window manager from here) # - # if [ -d /etc/X11/xinit/xinitrc.d ]; then # for f in /etc/X11/xinit/xinitrc.d/*; do # [ -x "$f" ] && . "$f" diff --git a/install.sh b/install.sh index 2b23fa2..a0b405f 100644 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ do sudo pacman -S i3-wm i3status dmenu sysstat # i3 blocks and dependecies sudo pacman -S i3blocks i3lock rofi termite \ - dunst conky playerctl acpi network-manager-applet \ + dunst conky playerctl acpi \ scrot xfce4-terminal thunar tumbler feh ranger \ ttf-hack ttf-bitstream-vera elif [[ $(command -v apt-get) ]]; then