diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml new file mode 100644 index 0000000..5101a60 --- /dev/null +++ b/.config/lazygit/config.yml @@ -0,0 +1,23 @@ +gui: + theme: + activeBorderColor: + - '#cba6f7' + - bold + inactiveBorderColor: + - '#a6adc8' + optionsTextColor: + - '#89b4fa' + selectedLineBgColor: + - '#313244' + cherryPickedCommitBgColor: + - '#45475a' + cherryPickedCommitFgColor: + - '#cba6f7' + unstagedChangesColor: + - '#f38ba8' + defaultFgColor: + - '#cdd6f4' + searchingActiveBorderColor: + - '#f9e2af' + authorColors: + '*': '#b4befe' diff --git a/.config/waybar/config b/.config/waybar/config index 3a0167c..ae777f4 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -13,9 +13,8 @@ "format": "{title}" }, "network": { - "format-wifi": "󰖩 {essid} ({signalStrength}%)", - "format-ethernet": "󰈁 {ifname} {bandwidthUpBits} {bandwidthDownBits}", - "format-linked": " (No IP) ", + "interface": "wlan0", + "format-wifi": "󰖩 {essid}", "format-disconnected": "󰖪", "interval": 1 },