From 8b0ea76d3715a7951cb8e809476944c32e123250 Mon Sep 17 00:00:00 2001 From: Harsh Virdi Date: Wed, 30 Jul 2025 06:57:50 +0530 Subject: [PATCH] Fixed an issue with waybar config generation --- setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup b/setup index 58e5a01..687acdf 100755 --- a/setup +++ b/setup @@ -598,7 +598,7 @@ sed -n '438,489p;490q' ~/arch_install3.sh | cut -c2- > ~/.config/nvim/init.vim #set wrapmargin=0 #set wrap #set linebreak -#set columns=80 +# # #let mapleader = " " # @@ -714,9 +714,9 @@ cp /etc/xdg/waybar/* ~/.config/waybar/ sed -i 's/workspaces button.focused/workspaces button.active/' ~/.config/waybar/style.css sed -i 's/font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;/font-family: Terminess Nerd Font, FontAwesome, Roboto, Helvetica, Arial, sans-serif;/' ~/.config/waybar/style.css sed -i 's/sway/hyprland/' ~/.config/waybar/config.jsonc -sed -i 's/"idle_inhibitor",//' ~/.config/waybar/config.jsonc +sed -i '20d' ~/.config/waybar/config.jsonc sed -i 's/"tray",/"tray"/' ~/.config/waybar/config.jsonc -sed -i 's|"custom/power"||' ~/.config/waybar/config.jsonc +sed -i '33d' ~/.config/waybar/config.jsonc #######################