From ec57e01cd81e8ad2815c66296d1be7b2f73f34e6 Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Tue, 21 Mar 2023 13:50:57 -0400 Subject: [PATCH] fixed st builds via makefile --- gui/polybar/config.ini | 2 +- meta/configs/st.desktop.yaml | 3 +-- meta/configs/st.thinkpad.yaml | 3 +-- meta/configs/st.work.yaml | 3 +-- meta/profiles/arch.work | 1 + 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/gui/polybar/config.ini b/gui/polybar/config.ini index 05266bc..b1a8383 100644 --- a/gui/polybar/config.ini +++ b/gui/polybar/config.ini @@ -55,7 +55,7 @@ modules-right = pulseaudio memory cpu temperature eth dev-bat seafile calendar-s ; desktop bar config inherit = section/base-bar ; height -height = 24pt +height = 18pt ; modules modules-left = xworkspaces focus todo ;modules-left = xworkspaces spotify spotify-len diff --git a/meta/configs/st.desktop.yaml b/meta/configs/st.desktop.yaml index 6bd644c..b41424e 100644 --- a/meta/configs/st.desktop.yaml +++ b/meta/configs/st.desktop.yaml @@ -1,3 +1,2 @@ - shell: - - [rm shells/st/config.h && cp shells/st-desktop/config.h shells/st/, Copying config] - - [cd shells/st && sudo make install && make clean, Installing st] + - [cd shells/st && sudo make install CONFIG=desktop && make clean, Installing st (desktop)] diff --git a/meta/configs/st.thinkpad.yaml b/meta/configs/st.thinkpad.yaml index 5b364b6..6f19515 100644 --- a/meta/configs/st.thinkpad.yaml +++ b/meta/configs/st.thinkpad.yaml @@ -1,3 +1,2 @@ - shell: - - [rm shells/st/config.h && cp shells/st-thinkpad/config.h shells/st/, Copying config] - - [cd shells/st && sudo make install, Installing st] + - [cd shells/st && sudo make install CONFIG=thinkpad, Installing st (Thinkpad)] diff --git a/meta/configs/st.work.yaml b/meta/configs/st.work.yaml index 97a0c8b..73491b3 100644 --- a/meta/configs/st.work.yaml +++ b/meta/configs/st.work.yaml @@ -1,3 +1,2 @@ - shell: - - [rm shells/st/config.h && cp shells/st-work/config.h shells/st/, Copying config] - - [cd shells/st && sudo make install, Installing st] + - [cd shells/st && sudo make install CONFIG=work, Installing st (work)] diff --git a/meta/profiles/arch.work b/meta/profiles/arch.work index 6c6f8f4..6a7cb73 100644 --- a/meta/profiles/arch.work +++ b/meta/profiles/arch.work @@ -6,6 +6,7 @@ zsh oh-my-zsh fzf tmux.sparse +nvim st.work i3.work picom