various small things

This commit is contained in:
ITmail-dk
2022-02-01 22:39:51 +01:00
parent a94309bae7
commit d026dc983e
7 changed files with 29 additions and 64 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
#polybar -r bspwmbar &
#
#if [[ $(xrandr -q | grep 'HDMI1 connected') ]]; then
# polybar external -c $(dirname $0)/config-external &
#fi