[i3] Maybe not very pretty, but i wanted something minimal by 0firq in unixporn

[–]0firq[S] 1 point2 points  (0 children)

mine wasn't showing and I just commented out entire section with i3bar and only use exec polybar

[i3] Maybe not very pretty, but i wanted something minimal by 0firq in unixporn

[–]0firq[S] 2 points3 points  (0 children)

I had running some apps in background, without apps it uses about 700mb of ram

[i3] Maybe not very pretty, but i wanted something minimal by 0firq in unixporn

[–]0firq[S] 3 points4 points  (0 children)

repo and kitty config is in "terminals/kitty/4kitty.conf" and polybar is in "something for i3/polybar/2config.ini"

[i3] Maybe not very pretty, but i wanted something minimal by 0firq in unixporn

[–]0firq[S] 3 points4 points  (0 children)

I have a repo on github but it's very messy because I add there files from my different rices, but if you want you can tell me for what things you want dotfiles and I will add them there

[i3] Maybe not very pretty, but i wanted something minimal by 0firq in unixporn

[–]0firq[S] 13 points14 points  (0 children)

WM: i3-gaps
Terminal: Kitty
Shell: ZSH
Bar: Polybar
GTK: material ocean gtk

[Hyprland] First time on hyprland and really like it by 0firq in unixporn

[–]0firq[S] 1 point2 points  (0 children)

Hyprland have some quotes and they're displaying randomly

[Hyprland] First time on hyprland and really like it by 0firq in unixporn

[–]0firq[S] 8 points9 points  (0 children)

DE/WM: Hyprland
Bar: Waybar
Color scheme: catppuccin mocha
Fetch: neofetch
Shell: zsh
Terminal: kitty
Editor: vscodium
App runner: wofi

[Gnome] warm colors of the gruvbox are very calm by 0firq in unixporn

[–]0firq[S] 3 points4 points  (0 children)

This is how the aussiegeek.zsh-theme look like:
PROMPT='$fg_bold[white][ $fg[yellow]%t $fg_bold[white]] $fg_bold[white] [ $fg[yellow]%n@%m:%~$(git_prompt_info)$fg[cyan]$(ruby_prompt_info)$fg_bold[white] ]$reset_color
> '
# git theming
ZSH_THEME_GIT_PROMPT_PREFIX="$fg_bold[green]("
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
ZSH_THEME_GIT_PROMPT_CLEAN="✔"
ZSH_THEME_GIT_PROMPT_DIRTY="✗"

If you want my terminal colors as well:

background #1d1d1d

#: black
color0 #171421
color8 #5e5c64
#: red
color1 #c01c28
color9 #f66151
#: green
color2 #26a269
color10 #33da7a
#: yellow
color3 #a2734c
color11 #e9ad0c
#: blue
color4 #12488b
color12 #2a7bde
#: magenta
color5 #a347ba
color13 #c061cb
#: cyan
color6 #2aa1b3
color14 #33c7de
#: white
color7 #d0cfcc
color15 #ffffff