From e672e3d8f3d943c1ae56f069bbcc4ac5d4876017 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 17 Apr 2022 02:39:20 -0700 Subject: [PATCH] updated settings on btop for both desktop and laptop --- bashrc.txt | 2 +- i3/config | 20 ++++++++++---------- kitty/kitty.conf | 7 +++++-- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index 6ed590f6..836a3a42 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -220,7 +220,7 @@ alias rg="rg -i --colors 'match:fg:blue' --colors 'line:fg:blue'" alias fzfi="rg --files --hidden --follow --no-ignore-vcs -g '!{node_modules,.git}' | fzf" alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=katakana --speed=12 --fullwidth --screensaver" alias calendar="orage" -alias btop="xfce4-terminal --geometry=284x53+0+0 -x btop" +alias btop="kitty -o font_size=12 -o background_opacity=0.40 -e btop; fullscreen enable" alias {librewolf,firefox}="librewolf" alias tor-browser="tor-browser &" alias chromium="chromium --disable-search-engine-collection --fingerprinting-canvas-image-data-noise --fingerpriting-canvas-measuretext-noise --fingerprinting-client-rects-noise --popups-to-tabs &" diff --git a/i3/config b/i3/config index ceaac53a..e6cbd2d3 100644 --- a/i3/config +++ b/i3/config @@ -15,9 +15,9 @@ exec xcompmgr -c -f -n # Increase Brightness # For at Home/Desktop: -exec xrandr --output Screen-0 --brightness 1.1 +# exec xrandr --output Screen-0 --brightness 1.1 # For at Work/Laptop: -# exec xbacklight -set 70 +exec xbacklight -set 70 # Enable pulseaudio exec pulseaudio --start @@ -29,7 +29,7 @@ exec feh --bg-fill /home/brian/Pictures/nord_sand_i3.png exec xbanish # Automatically open kitty terminal and btop at full screen -exec kitty -o font_size=12 -o background_opacity=0.50 -e btop; fullscreen enable +exec kitty -o font_size=12 -o background_opacity=0.40 -e btop; fullscreen enable # Get rid of window title bars # for_window [class="^.*"] default_border pixel 1 @@ -88,7 +88,7 @@ bindsym $mod+G exec gimp --no-splash bindsym $mod+K exec krita --nosplash bindsym $mod+T exec tootle bindsym $mod+P exec pcmanfm -bindsym $mod+B exec kitty -o font_size=12 -o background_opacity=0.50 -e btop; fullscreen enable +bindsym $mod+B exec kitty -o font_size=12 -o background_opacity=0.40 -e btop; fullscreen enable bindsym $mod+M exec mousepad bindsym $mod+O exec gcolor3 bindsym $mod+U exec galculator @@ -103,14 +103,14 @@ for_window [instance="keepassxc"] floating enable for_window [instance="gtktranslate"] floating enable # For at Home/Desktop: -for_window [instance="galculator"] floating enable move right 1100px, move down 300px -for_window [instance="gcolor3"] floating enable move right 900px, move down 300px -for_window [instance="mousepad"] floating enable move right 1100px, move down 300px +# for_window [instance="galculator"] floating enable move right 1100px, move down 300px +# for_window [instance="gcolor3"] floating enable move right 900px, move down 300px +# for_window [instance="mousepad"] floating enable move right 1100px, move down 300px # For at Laptop: -# for_window [instance="galculator"] floating enable move right 725px, move down 310px -# for_window [instance="gcolor3"] floating enable move right 550px, move down 300px -# for_window [instance="mousepad"] floating enable move right 700px, move down 250px +for_window [instance="galculator"] floating enable move right 725px, move down 310px +for_window [instance="gcolor3"] floating enable move right 550px, move down 300px +for_window [instance="mousepad"] floating enable move right 700px, move down 250px # For testing of floating window python guis for_window [instance="app.py"] floating enable diff --git a/kitty/kitty.conf b/kitty/kitty.conf index e3e8482c..d7c0fc97 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -7,7 +7,12 @@ cursor_shape block italic_font Roboto Mono Italic shell_integration no-cursor enable_audio_bell no + +# Desktop font_size 14 +#Laptop +font_size 16 + tab_bar_style hidden window_margin_width 1 window_border_width 0.5pt @@ -15,13 +20,11 @@ hide_window_decorations yes active_border_color #61AFEF inactive_border_color #ADADAD - # disables changing window size in tmux map ctrl+left resize_window narrower map ctrl+right resize_window wider map ctrl+up resize_window taller 1 map ctrl+down resize_window shorter 1 - # turns off update checking telemetry update_check_interval 0