From f8a4c1b1fe566d2a065d8ef13562e58bede0282d Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Mon, 14 Nov 2022 18:09:54 +0100 Subject: [PATCH 1/2] Lambda zsh theme update --- oh-my-zsh/.oh-my-zsh/aliases.sh | 3 +++ oh-my-zsh/.oh-my-zsh/custom/themes/lambda-2.zsh-theme | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/oh-my-zsh/.oh-my-zsh/aliases.sh b/oh-my-zsh/.oh-my-zsh/aliases.sh index 157505d..4c854d4 100644 --- a/oh-my-zsh/.oh-my-zsh/aliases.sh +++ b/oh-my-zsh/.oh-my-zsh/aliases.sh @@ -10,5 +10,8 @@ alias vidconvert="ffmpeg -i" alias vim="nvim" alias vi="nvim" +# Shortcuts +alias todo="task" + # Laptop stuff alias setbri="xrandr --output eDP-1 --brightness" diff --git a/oh-my-zsh/.oh-my-zsh/custom/themes/lambda-2.zsh-theme b/oh-my-zsh/.oh-my-zsh/custom/themes/lambda-2.zsh-theme index 79d8408..7f8c1d7 100644 --- a/oh-my-zsh/.oh-my-zsh/custom/themes/lambda-2.zsh-theme +++ b/oh-my-zsh/.oh-my-zsh/custom/themes/lambda-2.zsh-theme @@ -1,7 +1,7 @@ -local ret_status="%(?:%{$fg_bold[white]%}λ :%{$fg_bold[gray]%}λ )" -PROMPT='${ret_status}$(git_prompt_info)' +local ret_status="%(?:%{$fg_bold[white]%}λ :%{$fg_bold[gray]%}λ )%{$reset_color%}" +PROMPT='${ret_status}%c$(git_prompt_info)> %{$reset_color%}' -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}@ " +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[gray]%}@%{$fg[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[white]%} %{$fg[yellow]%}*" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[white]%}" From fbe44495c2a738209360fee27edf62e4f4bf340c Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Tue, 15 Nov 2022 13:23:26 +0100 Subject: [PATCH 2/2] Stuff --- alacritty/.config/alacritty/alacritty.yml | 8 ++++---- polybar/.config/polybar/config | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 9f9e4ef..33762d0 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -28,7 +28,7 @@ font: # Normal (roman) font face normal: - family: Consolas ligaturized v2 + family: Fira Code # The `style` can be specified to pick a specific face. style: Normal @@ -36,7 +36,7 @@ font: # Bold font face bold: - family: Consolas ligaturized v2 + family: Fira Code # The `style` can be specified to pick a specific face. style: Bold @@ -49,13 +49,13 @@ font: # Bold italic font face bold_italic: - family: Consolas ligaturized v2 + family: Fira Code # The `style` can be specified to pick a specific face. style: Bold Italic # Point size - size: 12 + size: 8 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 2edf73f..6e48b68 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -26,7 +26,7 @@ white = #787c99 # margin-bottom = 0 [bar/top] -font-0 = "Fira Code:pixelsize=9:weight=medium;1" +font-0 = "Fira Code:pixelsize=12:weight=medium;1" font-1 = "Feather:pixelsize:12;1" font-2 = "siji:pixelsize=12;1" font-3 = "Font Awesome:size=12;1" @@ -52,7 +52,7 @@ module-margin = 1 modules-left = date time filesystem modules-center = workspaces title -modules-right = pulseaudio cmus uptime +modules-right = cmus pulseaudio uptime battery wlan [module/uptime] type = "custom/script" @@ -231,17 +231,17 @@ label-discharging = %percentage%% format-full = format-full-prefix = " " -format-full-prefix-foreground = ${colors.foreground} +format-full-prefix-foreground = ${colors.foreground2} ramp-capacity-0 =  ramp-capacity-1 =  ramp-capacity-2 =  -ramp-capacity-foreground = ${colors.foreground} +ramp-capacity-foreground = ${colors.foreground2} animation-charging-0 =  animation-charging-1 =  animation-charging-2 =  -animation-charging-foreground = ${colors.foreground} +animation-charging-foreground = ${colors.foreground2} animation-charging-framerate = 750 [module/workspaces]