diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index a858b0d..8f8578d 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -164,17 +164,17 @@ box_drawing_scale 0.001, 1, 1.5, 2 #: Cursor customization {{{ -cursor #EBEBEB +cursor #f2f2f2 #: Default cursor color -cursor_text_color #12151C +cursor_text_color #f2f2f2 #: Choose the color of text under the cursor. If you want it rendered #: with the background color of the cell underneath instead, use the #: special keyword: background -cursor_shape block +cursor_shape underline #: The cursor shape can be one of (block, beam, underline). Note that #: 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 #: repaint_delay. -cursor_stop_blinking_after 15.0 +cursor_stop_blinking_after 99.0 #: Stop blinking cursor after the specified number of seconds of #: 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, #: bottom and left. -window_padding_width 0 +window_padding_width 3 #: The window padding (in pts) (blank area between the text and the #: 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 #: 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 #: 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 #: this list. -tab_separator " ┇" +tab_separator " |" #: The separator between tabs in the tab bar when using separator as #: the tab_bar_style. @@ -733,7 +733,7 @@ tab_bar_background none #: Color scheme {{{ -foreground #EBEBEB +foreground #f2f2f2 background #09141E #: The foreground and background colors @@ -1211,7 +1211,7 @@ map kitty_mod+h show_scrollback #: 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 #: example:: @@ -1238,7 +1238,7 @@ map kitty_mod+enter new_window #: 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 #: kitty window. In particular you can use new_os_window_with_cwd to diff --git a/config/polybar/config b/config/polybar/config index 333a550..7b2a9ad 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -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 ; -; 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] -background = #E609141E +background = #B309141E background-alt = #DB09141E foreground = #ebebeb foreground-alt = #555 diff --git a/config/polybar/config-external b/config/polybar/config-external index 6fa11d4..18055fb 100644 --- a/config/polybar/config-external +++ b/config/polybar/config-external @@ -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] ;background = ${xrdb:color0:#222} background = #F2151a1c diff --git a/config/polybar/run-polybar.sh b/config/polybar/run-polybar.sh index ddd83ee..3ee9a75 100644 --- a/config/polybar/run-polybar.sh +++ b/config/polybar/run-polybar.sh @@ -8,8 +8,8 @@ pkill polybar while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done # Run Polybar -polybar -r bspwmbar & - -if [[ $(xrandr -q | grep 'HDMI1 connected') ]]; then - polybar external -c $(dirname $0)/config-external & -fi \ No newline at end of file +#polybar -r bspwmbar & +# +#if [[ $(xrandr -q | grep 'HDMI1 connected') ]]; then +# polybar external -c $(dirname $0)/config-external & +#fi \ No newline at end of file diff --git a/install-scripts/apt-install-software-last-packages.sh b/install-scripts/apt-install-software-last-packages.sh index ec74d96..86abc78 100644 --- a/install-scripts/apt-install-software-last-packages.sh +++ b/install-scripts/apt-install-software-last-packages.sh @@ -24,11 +24,11 @@ sudo apt install -y wireguard wireguard-tools libreoffice libreoffice-gtk3 libre # Alacritty - Building and installing ON / OFF -echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" -echo " " -echo " Alacritty - Building and installing" -echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +#echo " " +#echo " Alacritty - Building and installing" +#echo " " +#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" # Alacritty - Building and installing ON / OFF -. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh \ No newline at end of file +#. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh \ No newline at end of file diff --git a/install-scripts/test.sh b/install-scripts/test.sh index 8cbf0db..a9bf588 100644 --- a/install-scripts/test.sh +++ b/install-scripts/test.sh @@ -1,9 +1 @@ #!/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 \ No newline at end of file diff --git a/wallpapers/default-wallpaper.jpg b/wallpapers/default-wallpaper.jpg index 86adac7..f1751e6 100644 Binary files a/wallpapers/default-wallpaper.jpg and b/wallpapers/default-wallpaper.jpg differ