various small things
This commit is contained in:
@@ -164,17 +164,17 @@ box_drawing_scale 0.001, 1, 1.5, 2
|
|||||||
|
|
||||||
#: Cursor customization {{{
|
#: Cursor customization {{{
|
||||||
|
|
||||||
cursor #EBEBEB
|
cursor #f2f2f2
|
||||||
|
|
||||||
#: Default cursor color
|
#: Default cursor color
|
||||||
|
|
||||||
cursor_text_color #12151C
|
cursor_text_color #f2f2f2
|
||||||
|
|
||||||
#: Choose the color of text under the cursor. If you want it rendered
|
#: Choose the color of text under the cursor. If you want it rendered
|
||||||
#: with the background color of the cell underneath instead, use the
|
#: with the background color of the cell underneath instead, use the
|
||||||
#: special keyword: background
|
#: special keyword: background
|
||||||
|
|
||||||
cursor_shape block
|
cursor_shape underline
|
||||||
|
|
||||||
#: The cursor shape can be one of (block, beam, underline). Note that
|
#: The cursor shape can be one of (block, beam, underline). Note that
|
||||||
#: when reloading the config this will be changed only if the cursor
|
#: when reloading the config this will be changed only if the cursor
|
||||||
@@ -195,7 +195,7 @@ cursor_blink_interval -1
|
|||||||
#: that numbers smaller than repaint_delay will be limited to
|
#: that numbers smaller than repaint_delay will be limited to
|
||||||
#: repaint_delay.
|
#: repaint_delay.
|
||||||
|
|
||||||
cursor_stop_blinking_after 15.0
|
cursor_stop_blinking_after 99.0
|
||||||
|
|
||||||
#: Stop blinking cursor after the specified number of seconds of
|
#: Stop blinking cursor after the specified number of seconds of
|
||||||
#: keyboard inactivity. Set to zero to never stop blinking.
|
#: keyboard inactivity. Set to zero to never stop blinking.
|
||||||
@@ -553,7 +553,7 @@ single_window_margin_width -1
|
|||||||
#: values set top, horizontal and bottom. Four values set top, right,
|
#: values set top, horizontal and bottom. Four values set top, right,
|
||||||
#: bottom and left.
|
#: bottom and left.
|
||||||
|
|
||||||
window_padding_width 0
|
window_padding_width 3
|
||||||
|
|
||||||
#: The window padding (in pts) (blank area between the text and the
|
#: The window padding (in pts) (blank area between the text and the
|
||||||
#: window border). A single value sets all four sides. Two values set
|
#: window border). A single value sets all four sides. Two values set
|
||||||
@@ -569,7 +569,7 @@ placement_strategy center
|
|||||||
#: placed centrally. A value of top-left means the padding will be on
|
#: placed centrally. A value of top-left means the padding will be on
|
||||||
#: only the bottom and right edges.
|
#: only the bottom and right edges.
|
||||||
|
|
||||||
active_border_color #00ff00
|
active_border_color #f2f2f2
|
||||||
|
|
||||||
#: The color for the border of the active window. Set this to none to
|
#: The color for the border of the active window. Set this to none to
|
||||||
#: not draw borders around the active window.
|
#: not draw borders around the active window.
|
||||||
@@ -678,7 +678,7 @@ tab_fade 0.25 0.5 0.75 1
|
|||||||
#: can change the number of cells used by adding/removing entries to
|
#: can change the number of cells used by adding/removing entries to
|
||||||
#: this list.
|
#: this list.
|
||||||
|
|
||||||
tab_separator " ┇"
|
tab_separator " |"
|
||||||
|
|
||||||
#: The separator between tabs in the tab bar when using separator as
|
#: The separator between tabs in the tab bar when using separator as
|
||||||
#: the tab_bar_style.
|
#: the tab_bar_style.
|
||||||
@@ -733,7 +733,7 @@ tab_bar_background none
|
|||||||
|
|
||||||
#: Color scheme {{{
|
#: Color scheme {{{
|
||||||
|
|
||||||
foreground #EBEBEB
|
foreground #f2f2f2
|
||||||
background #09141E
|
background #09141E
|
||||||
|
|
||||||
#: The foreground and background colors
|
#: The foreground and background colors
|
||||||
@@ -1211,7 +1211,7 @@ map kitty_mod+h show_scrollback
|
|||||||
|
|
||||||
#: Window management {{{
|
#: Window management {{{
|
||||||
|
|
||||||
map kitty_mod+enter new_window
|
#map kitty_mod+enter new_window
|
||||||
|
|
||||||
#: You can open a new window running an arbitrary program, for
|
#: You can open a new window running an arbitrary program, for
|
||||||
#: example::
|
#: example::
|
||||||
@@ -1238,7 +1238,7 @@ map kitty_mod+enter new_window
|
|||||||
|
|
||||||
#: For more details, see launch.
|
#: For more details, see launch.
|
||||||
|
|
||||||
map kitty_mod+n new_os_window
|
#map kitty_mod+n new_os_window
|
||||||
|
|
||||||
#: Works like new_window above, except that it opens a top level OS
|
#: Works like new_window above, except that it opens a top level OS
|
||||||
#: kitty window. In particular you can use new_os_window_with_cwd to
|
#: kitty window. In particular you can use new_os_window_with_cwd to
|
||||||
|
|||||||
@@ -4,6 +4,13 @@
|
|||||||
; | | | | | \ | | | \| ___] |___ |__| | \| | | |__]
|
; | | | | | \ | | | \| ___] |___ |__| | \| | | |__]
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
|
; All transparence hex value from 100% to 0% alpha:
|
||||||
|
; https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4#all-hex-value-from-100-to-0-alpha
|
||||||
|
;
|
||||||
|
; Icons are from Font Awesome 6 Free Regular + Nerd Font / FiraCode
|
||||||
|
; https://fontawesome.com/v6.0/icons
|
||||||
|
; https://www.nerdfonts.com/cheat-sheet
|
||||||
|
;
|
||||||
;=========================================================================
|
;=========================================================================
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
@@ -23,17 +30,10 @@
|
|||||||
;
|
;
|
||||||
; https://github.com/polybar/polybar/wiki/Configuration
|
; https://github.com/polybar/polybar/wiki/Configuration
|
||||||
;
|
;
|
||||||
; All transparence hex value from 100% to 0% alpha:
|
|
||||||
; https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4#all-hex-value-from-100-to-0-alpha
|
|
||||||
;
|
|
||||||
; Icons are from Font Awesome 6 Free Regular + Nerd Font / FiraCode
|
|
||||||
; https://fontawesome.com/v6.0/icons
|
|
||||||
; https://www.nerdfonts.com/cheat-sheet
|
|
||||||
;
|
|
||||||
;=========================================================================
|
;=========================================================================
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background = #E609141E
|
background = #B309141E
|
||||||
background-alt = #DB09141E
|
background-alt = #DB09141E
|
||||||
foreground = #ebebeb
|
foreground = #ebebeb
|
||||||
foreground-alt = #555
|
foreground-alt = #555
|
||||||
|
|||||||
@@ -1,30 +1,3 @@
|
|||||||
;
|
|
||||||
; _ _ ____ ____ ___ _ _ _ ____ ____ ____ _ _ ____ _ ____
|
|
||||||
; |\/| |__| |__/ | | |\ | [__ __ | | | |\ | |___ | | __
|
|
||||||
; | | | | | \ | | | \| ___] |___ |__| | \| | | |__]
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;=========================================================================
|
|
||||||
;
|
|
||||||
;
|
|
||||||
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
|
|
||||||
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
|
|
||||||
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
|
|
||||||
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
|
|
||||||
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
|
|
||||||
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
|
|
||||||
;
|
|
||||||
;
|
|
||||||
; To learn more about how to configure Polybar
|
|
||||||
; go to https://github.com/polybar/polybar
|
|
||||||
;
|
|
||||||
; Please refer to the web documentation hosted at:
|
|
||||||
; https://github.com/polybar/polybar#configuration
|
|
||||||
;
|
|
||||||
; https://github.com/polybar/polybar/wiki/Configuration
|
|
||||||
;
|
|
||||||
;=========================================================================
|
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
;background = ${xrdb:color0:#222}
|
;background = ${xrdb:color0:#222}
|
||||||
background = #F2151a1c
|
background = #F2151a1c
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ pkill polybar
|
|||||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||||
|
|
||||||
# Run Polybar
|
# Run Polybar
|
||||||
polybar -r bspwmbar &
|
#polybar -r bspwmbar &
|
||||||
|
#
|
||||||
if [[ $(xrandr -q | grep 'HDMI1 connected') ]]; then
|
#if [[ $(xrandr -q | grep 'HDMI1 connected') ]]; then
|
||||||
polybar external -c $(dirname $0)/config-external &
|
# polybar external -c $(dirname $0)/config-external &
|
||||||
fi
|
#fi
|
||||||
@@ -24,11 +24,11 @@ sudo apt install -y wireguard wireguard-tools libreoffice libreoffice-gtk3 libre
|
|||||||
|
|
||||||
# Alacritty - Building and installing ON / OFF
|
# Alacritty - Building and installing ON / OFF
|
||||||
|
|
||||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
echo " "
|
#echo " "
|
||||||
echo " Alacritty - Building and installing"
|
#echo " Alacritty - Building and installing"
|
||||||
echo " "
|
#echo " "
|
||||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
|
|
||||||
# Alacritty - Building and installing ON / OFF
|
# Alacritty - Building and installing ON / OFF
|
||||||
. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh
|
#. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh
|
||||||
@@ -1,9 +1 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
(pv -n sudo apt update) 2>1 | dialog --gauge "apt update status" 6 80
|
|
||||||
|
|
||||||
(pv -n sudo apt upgrade -y) 2>1 | dialog --gauge "apt upgrade status" 6 80
|
|
||||||
|
|
||||||
(pv -n sudo apt install -y xorg x11-xserver-utils arandr autorandr dialog bspwm sxhkd sddm picom polybar xautolock i3lock-fancy network-manager kitty psmisc rofi pcmanfm tlp font-manager gvfs-backends nitrogen dunst smbclient emacs lxpolkit xbacklight lxappearance htop mc xarchiver mpv feh sxiv pulseaudio pulsemixer npm curl imagemagick scrot firefox-esr ranger neovim flameshot cmus ncmpcpp notify-osd neofetch flatpak cava obs-studio zsh git wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-style-breeze libreoffice-l10n-da inkscape gimp rawtherapee darktable okular) 2>1 | dialog --gauge "apt install software status" 6 80
|
|
||||||
|
|
||||||
. ~/bspwm-install-ma-dte/last-step-setup-menu.sh
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 620 KiB After Width: | Height: | Size: 3.1 MiB |
Reference in New Issue
Block a user