wip
This commit is contained in:
parent
05e0a83b2e
commit
1869ee9018
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
pacman -S --needed brightnessctl intel-media-driver intel-ucode mesa tlp libreoffice-still
|
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
|
cp_chown custom/laptop-tlp.conf /etc/tlp.conf root:root 644
|
||||||
|
systemctl restart tlp
|
||||||
file_has_line "/etc/profile" "FEAT_BRIGHTNESS=brightnessctl"
|
file_has_line "/etc/profile" "FEAT_BRIGHTNESS=brightnessctl"
|
||||||
|
@ -88,8 +88,8 @@ font pango:$THEME_FONT_REGULAR $THEME_SIZE_FONT_SMALL_PT
|
|||||||
output * bg #$THEME_COLOR_BG solid_color
|
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 #$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_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.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_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_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 #####################
|
################## bar #####################
|
||||||
@ -99,6 +99,7 @@ bar {
|
|||||||
status_command i3blocks
|
status_command i3blocks
|
||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
separator_symbol |
|
separator_symbol |
|
||||||
|
workspace_min_width 28
|
||||||
colors {
|
colors {
|
||||||
statusline #$THEME_COLOR_FG
|
statusline #$THEME_COLOR_FG
|
||||||
background #$THEME_COLOR_BG
|
background #$THEME_COLOR_BG
|
||||||
|
Loading…
Reference in New Issue
Block a user