From 60ac85a915c81628723ea190b5a5c3d6673e49cc Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sat, 9 Jul 2022 10:54:29 +0100 Subject: [PATCH] More changes --- polybar/config.ini | 7 +++---- polybar/launch-bak.sh | 15 +++++++++++++++ vscode/settings.json | 2 +- zsh/zshrc | 2 +- 4 files changed, 20 insertions(+), 6 deletions(-) create mode 100755 polybar/launch-bak.sh diff --git a/polybar/config.ini b/polybar/config.ini index e72e9c3..a95a3b9 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -17,6 +17,7 @@ ;========================================================== [colors] background = #0f1610 +;background = #112616 foreground = #637d75 foreground-alt = #717f24 primary = #2f7e25 @@ -43,8 +44,8 @@ border-color = #00000000 ;margin-left = 10 padding-left = 3 padding-right = 1 -module-margin-left = 2 -module-margin-right = 2 +module-margin-left = 3 +module-margin-right = 3 ;separator = | ;separator-foreground = ${colors.disabled} @@ -273,8 +274,6 @@ content-padding = 1 type = custom/script exec = ~/.config/polybar/polybar_scripts/launch_bluetooth_manager.sh interval = 2 -click-right = exec blueberry -click-left = exec ~/.config/polybar/polybar_scripts/toggle_bluetooth.sh format-padding = 1 format-foreground = ${colors.primary} format-underline = ${colors.primary} diff --git a/polybar/launch-bak.sh b/polybar/launch-bak.sh new file mode 100755 index 0000000..a6ae23c --- /dev/null +++ b/polybar/launch-bak.sh @@ -0,0 +1,15 @@ +# Terminate already running bar instances +killall -q polybar +# If all your bars have ipc enabled, you can also use +# polybar-msg cmd quit + +# Launch Polybar, using default config location ~/.config/polybar/config.ini +polybar example 2>&1 | tee -a /tmp/polybar.log & disown + +echo "Polybar launched..." + +# Launch Polybar on all connected monitors +#for m in $(polybar --list-monitors | cut -d":" -f1); do +# MONITOR=$m polybar --reload example & +#done + diff --git a/vscode/settings.json b/vscode/settings.json index 6d2feef..059ece3 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -1,7 +1,7 @@ { "editor.fontFamily": "Jetbrains Mono", "editor.fontLigatures": true, - "editor.fontSize": 13, + "editor.fontSize": 14, "editor.fontWeight": 300, "editor.formatOnPaste": false, "editor.wordWrap": "on", diff --git a/zsh/zshrc b/zsh/zshrc index cb31e7f..d01a8a0 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -32,7 +32,7 @@ case "$OSTYPE" in linux*) # Linux specific #ZSH_THEME=agnoster-customized - ZSH_THEME=spaceship + ZSH_THEME=robbyrussell SPACESHIP_PACKAGE_SHOW=true SPACESHIP_TIME_SHOW=true SPACESHIP_NODE_SHOW=true