diff --git a/.config/i3/config b/.config/i3/config index f567546..84ad785 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -54,7 +54,7 @@ floating_modifier $mod tiling_drag modifier titlebar # start a terminal -bindsym $mod+Return exec ghostty +bindsym $mod+Return exec kitty # kill focused window bindsym $mod+q kill diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 88e0d9b..18a54ae 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -7,7 +7,7 @@ [stock] command=/home/dominic/.config/i3blocks/stock_ticker.py -interval=10 +interval=30 label= [cpu] diff --git a/.config/i3blocks/stock_ticker.py b/.config/i3blocks/stock_ticker.py index 4cd0e4b..b5d7940 100755 --- a/.config/i3blocks/stock_ticker.py +++ b/.config/i3blocks/stock_ticker.py @@ -5,6 +5,7 @@ HOW THIS WORKS: - ticker config needs to contain lots, you can just fake the quantity and price... - create a cron job that runs this command: ticker --config=./.ticker.yaml print --format=csv | awk -vFPAT='([^,]*)|("[^"]+")' -vOFS=, '{print $2 " " $3}' | tail -n +2 > /tmp/stock_ticker + - the frequency of the cron schedule is how up to date your stock prices will be. I run it once a minute. - make sure that file exists, then run this script.. ''' import os diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..83cfcf1 --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,22 @@ +background_opacity 0.5 +dynamic_background_opacity yes + +font_family monospace +bold_font auto +italic_font auto +bold_italic_font auto +font_size 14.0 + +shell_integration no-cursor +cursor_shape block +cursor_trail 1 +cursor_trail_decay 0.1 0.4 +cursor_stop_blinking_after 0 + +scrollback_lines 2000 +scrollbar scrolled + +detect_urls yes + +enable_audio_bell no +