diff --git a/arch-root/_install/custom/.gitkeep b/arch-root/_install/custom/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/arch-root/_install/custom/laptop.sh.yrz.am.sh b/arch-root/_install/custom/laptop.sh.yrz.am.sh index 84eac2d..aadbf2d 100644 --- a/arch-root/_install/custom/laptop.sh.yrz.am.sh +++ b/arch-root/_install/custom/laptop.sh.yrz.am.sh @@ -1,4 +1,5 @@ #!/bin/bash pacman -S --needed brightnessctl intel-media-driver intel-ucode mesa tlp libreoffice-still cp_chown custom/laptop-tlp.conf /etc/tlp.conf root:root 644 +systemctl restart tlp file_has_line "/etc/profile" "FEAT_BRIGHTNESS=brightnessctl" diff --git a/arch-user/config/sway/config.tmpl b/arch-user/config/sway/config.tmpl index 241d581..fe76ac7 100644 --- a/arch-user/config/sway/config.tmpl +++ b/arch-user/config/sway/config.tmpl @@ -88,8 +88,8 @@ font pango:$THEME_FONT_REGULAR $THEME_SIZE_FONT_SMALL_PT output * bg #$THEME_COLOR_BG solid_color client.focused #$THEME_COLOR_BG_ACCENT_LIGHT #$THEME_COLOR_BG_ACCENT_LIGHT #$THEME_COLOR_FG #$THEME_COLOR_FG_ACCENT #$THEME_COLOR_BG_ACCENT_LIGHT client.focused_tab_title #$THEME_COLOR_BG_ACCENT_LIGHT$THEME_OPACITY_MID_HEX $THEME_COLOR_BG_ACCENT_LIGHT$THEME_OPACITY_MID_HEX #$THEME_COLOR_FG_DARK #$THEME_COLOR_FG_ACCENT #$THEME_COLOR_BG_ACCENT_LIGHT -client.focused_inactive #$THEME_COLOR_BG_ACCENT_DARK #$THEME_COLOR_BG_ACCENT_DARK #$THEME_COLOR_FG_DARK #$THEME_COLOR_FG_ACCENT $THEME_COLOR_BG_ACCENT_LIGHT$THEME_OPACITY_MID_HEX -client.unfocused #$THEME_COLOR_BG_ACCENT_DARK #$THEME_COLOR_BG_ACCENT_DARK #$THEME_COLOR_FG_DARK #$THEME_COLOR_FG_ACCENT $THEME_COLOR_BG_ACCENT_LIGHT$THEME_OPACITY_MID_HEX +client.focused_inactive #$THEME_COLOR_BG_ACCENT_LIGHT$THEME_OPACITY_MID_HEX #$THEME_COLOR_BG_ACCENT_DARK #$THEME_COLOR_FG_DARK #$THEME_COLOR_FG_ACCENT $THEME_COLOR_BG_ACCENT_LIGHT$THEME_OPACITY_MID_HEX +client.unfocused #$THEME_COLOR_BG_ACCENT_LIGHT$THEME_OPACITY_MID_HEX #$THEME_COLOR_BG_ACCENT_DARK #$THEME_COLOR_FG_DARK #$THEME_COLOR_FG_ACCENT $THEME_COLOR_BG_ACCENT_LIGHT$THEME_OPACITY_MID_HEX ############################################ ################## bar ##################### @@ -99,6 +99,7 @@ bar { status_command i3blocks strip_workspace_numbers yes separator_symbol | + workspace_min_width 28 colors { statusline #$THEME_COLOR_FG background #$THEME_COLOR_BG