diff --git a/.config/i3/config b/.config/i3/config index fa41dfa..d45a19d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -22,9 +22,10 @@ # is used in the bar {} block below. # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). -font pango: Noto Sans Regular 10 +font pango:Iosevka 10 # set the mod key to the winkey: +# set $mod Mod4 set $mod Mod1 ##################### @@ -352,7 +353,7 @@ for_window [class=Thunar] focus # xcompmgr: https://wiki.archlinux.org/title/Xcompmgr # manpage: https://man.archlinux.org/man/xcompmgr.1.en # install xcompmgr package to use it (yay -S xcompmgr) -#exec --no-startup-id xcompmgr -C -n & +exec --no-startup-id xcompmgr -C -n & # or an more specialized config like this: #exec --no-startup-id xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 & # @@ -514,7 +515,7 @@ client.urgent $urgentred $urgentred $white $yellowbrown $yellowbrown # Start i3bar to display a workspace bar # (plus the system information i3status finds out, if available) bar { - font pango: Noto Sans Regular 10 + font pango: Iosevka Term 12 status_command i3blocks -c ~/.config/i3/i3blocks.conf position bottom # i3bar_command i3bar --transparency @@ -532,7 +533,7 @@ bar { colors { separator $purple - background $darkgrey + background $black statusline $white # border bg txt indicator diff --git a/.config/i3/i3blocks.conf b/.config/i3/i3blocks.conf index d835a9c..556433a 100644 --- a/.config/i3/i3blocks.conf +++ b/.config/i3/i3blocks.conf @@ -117,12 +117,12 @@ command=~/.config/i3/scripts/bandwidth2 interval=persist # Battery indicator -[battery] -command=~/.config/i3/scripts/battery2 -# for alternative battery script change to battery1 -# change this to battery-pinebook-pro if you are running on pinebook-pro -label= -interval=30 +# [battery] +# command=~/.config/i3/scripts/battery2 +# # for alternative battery script change to battery1 +# # change this to battery-pinebook-pro if you are running on pinebook-pro +# label= +# interval=30 [simple-2] full_text=: : diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index b27ee11..c08aa4f 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,14 +1,18 @@ globinclude kitty.d/**/*.conf envinclude KITTY_CONF_* -background_opacity 0.9 enable_audio_bell no map f9 close_other_windows_in_tab -font_family JetBrains Mono Regular Nerd Font Complete Mono -bold_font JetBrains Mono Bold Nerd Font Complete Mono -italic_font JetBrains Mono Italic Nerd Font Complete Mono -bold_italic_font JetBrains Mono Bold Italic Nerd Font Complete Mono +# font_family JetBrains Mono Regular Nerd Font Complete Mono +# bold_font JetBrains Mono Bold Nerd Font Complete Mono +# italic_font JetBrains Mono Italic Nerd Font Complete Mono +# bold_italic_font JetBrains Mono Bold Italic Nerd Font Complete Mono -font_size 12.0 +font_family Iosevka + +font_size 14.0 + +# background_opacity 0.9 +background_opacity 0.9 diff --git a/.config/wallpapers/crosswalk.jpg b/.config/wallpapers/crosswalk.jpg new file mode 100644 index 0000000..10d4e92 Binary files /dev/null and b/.config/wallpapers/crosswalk.jpg differ diff --git a/.config/wallpapers/ghost.jpg b/.config/wallpapers/ghost.jpg new file mode 100644 index 0000000..8898d20 Binary files /dev/null and b/.config/wallpapers/ghost.jpg differ diff --git a/.config/wallpapers/horsefighter.jpg b/.config/wallpapers/horsefighter.jpg new file mode 100644 index 0000000..88e4c4f Binary files /dev/null and b/.config/wallpapers/horsefighter.jpg differ diff --git a/.config/wallpapers/sunroad.jpg b/.config/wallpapers/sunroad.jpg new file mode 100644 index 0000000..e0ab8e9 Binary files /dev/null and b/.config/wallpapers/sunroad.jpg differ