removed polybar todo
This commit is contained in:
parent
736d69d171
commit
d9b8c3f1cc
@ -1 +1 @@
|
|||||||
Subproject commit 4af034b82620c67492f951be0fbbe0a024ab31e2
|
Subproject commit 0f52a172cc2bfc4f5f059f181cf37e8f2f1b69c2
|
@ -46,7 +46,7 @@ inherit = section/base-bar
|
|||||||
; height
|
; height
|
||||||
height = 24pt
|
height = 24pt
|
||||||
; modules
|
; modules
|
||||||
modules-left = xworkspaces focus-fast spotify spotify-len todo
|
modules-left = xworkspaces focus-fast spotify spotify-len
|
||||||
;modules-left = xworkspaces spotify spotify-len
|
;modules-left = xworkspaces spotify spotify-len
|
||||||
modules-center = weather-desktop
|
modules-center = weather-desktop
|
||||||
modules-right = pulseaudio memory cpu temperature eth dev-bat packages seafile calendar-sync bg-selector quotes date powermenu
|
modules-right = pulseaudio memory cpu temperature eth dev-bat packages seafile calendar-sync bg-selector quotes date powermenu
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit c1b5b2c8aab51b2a5b0d29d078e3cb53bb4c46bb
|
Subproject commit 045f006c50d782a6d3acbd8a07d1595322ff7e43
|
@ -1 +1 @@
|
|||||||
Subproject commit 56aba76874efb3bb5914d8eaf9e356057113aea7
|
Subproject commit 08fb3b8990fcd93f45dfe220b066a446cf31c7b5
|
@ -28,13 +28,10 @@ export ZSH="$HOME/.oh-my-zsh"
|
|||||||
# Would you like to use another custom folder than $ZSH/custom?
|
# Would you like to use another custom folder than $ZSH/custom?
|
||||||
export ZSH_CUSTOM=$HOME/.local/share/oh-my-zsh/custom
|
export ZSH_CUSTOM=$HOME/.local/share/oh-my-zsh/custom
|
||||||
|
|
||||||
plugins=(
|
|
||||||
zsh-autosugggestions
|
|
||||||
)
|
|
||||||
|
|
||||||
# ZSH theme
|
# ZSH theme
|
||||||
ZSH_THEME="powerlevel10k/powerlevel10k"
|
ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||||
|
|
||||||
|
|
||||||
# Which plugins would you like to load?
|
# Which plugins would you like to load?
|
||||||
# Standard plugins can be found in $ZSH/plugins/
|
# Standard plugins can be found in $ZSH/plugins/
|
||||||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||||
@ -44,8 +41,11 @@ plugins=(
|
|||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
git
|
git
|
||||||
)
|
)
|
||||||
|
#vi-mode
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
# vi-mode settings
|
||||||
|
export KEYTIMEOUT=10
|
||||||
|
bindkey -v
|
||||||
# Uncomment the following line to use hyphen-insensitive completion.
|
# Uncomment the following line to use hyphen-insensitive completion.
|
||||||
# Case-sensitive completion must be off. _ and - will be interchangeable.
|
# Case-sensitive completion must be off. _ and - will be interchangeable.
|
||||||
# HYPHEN_INSENSITIVE="true"
|
# HYPHEN_INSENSITIVE="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user