More changes
This commit is contained in:
parent
4c4db7cfdb
commit
60ac85a915
4 changed files with 20 additions and 6 deletions
|
@ -17,6 +17,7 @@
|
||||||
;==========================================================
|
;==========================================================
|
||||||
[colors]
|
[colors]
|
||||||
background = #0f1610
|
background = #0f1610
|
||||||
|
;background = #112616
|
||||||
foreground = #637d75
|
foreground = #637d75
|
||||||
foreground-alt = #717f24
|
foreground-alt = #717f24
|
||||||
primary = #2f7e25
|
primary = #2f7e25
|
||||||
|
@ -43,8 +44,8 @@ border-color = #00000000
|
||||||
;margin-left = 10
|
;margin-left = 10
|
||||||
padding-left = 3
|
padding-left = 3
|
||||||
padding-right = 1
|
padding-right = 1
|
||||||
module-margin-left = 2
|
module-margin-left = 3
|
||||||
module-margin-right = 2
|
module-margin-right = 3
|
||||||
|
|
||||||
;separator = |
|
;separator = |
|
||||||
;separator-foreground = ${colors.disabled}
|
;separator-foreground = ${colors.disabled}
|
||||||
|
@ -273,8 +274,6 @@ content-padding = 1
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/.config/polybar/polybar_scripts/launch_bluetooth_manager.sh
|
exec = ~/.config/polybar/polybar_scripts/launch_bluetooth_manager.sh
|
||||||
interval = 2
|
interval = 2
|
||||||
click-right = exec blueberry
|
|
||||||
click-left = exec ~/.config/polybar/polybar_scripts/toggle_bluetooth.sh
|
|
||||||
format-padding = 1
|
format-padding = 1
|
||||||
format-foreground = ${colors.primary}
|
format-foreground = ${colors.primary}
|
||||||
format-underline = ${colors.primary}
|
format-underline = ${colors.primary}
|
||||||
|
|
15
polybar/launch-bak.sh
Executable file
15
polybar/launch-bak.sh
Executable file
|
@ -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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"editor.fontFamily": "Jetbrains Mono",
|
"editor.fontFamily": "Jetbrains Mono",
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
"editor.fontSize": 13,
|
"editor.fontSize": 14,
|
||||||
"editor.fontWeight": 300,
|
"editor.fontWeight": 300,
|
||||||
"editor.formatOnPaste": false,
|
"editor.formatOnPaste": false,
|
||||||
"editor.wordWrap": "on",
|
"editor.wordWrap": "on",
|
||||||
|
|
|
@ -32,7 +32,7 @@ case "$OSTYPE" in
|
||||||
linux*)
|
linux*)
|
||||||
# Linux specific
|
# Linux specific
|
||||||
#ZSH_THEME=agnoster-customized
|
#ZSH_THEME=agnoster-customized
|
||||||
ZSH_THEME=spaceship
|
ZSH_THEME=robbyrussell
|
||||||
SPACESHIP_PACKAGE_SHOW=true
|
SPACESHIP_PACKAGE_SHOW=true
|
||||||
SPACESHIP_TIME_SHOW=true
|
SPACESHIP_TIME_SHOW=true
|
||||||
SPACESHIP_NODE_SHOW=true
|
SPACESHIP_NODE_SHOW=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue