diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-10 00:20:04 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-10 00:20:04 +0530 |
commit | 21b376420f0ae29850ba4725d71a842f1b6fbb68 (patch) | |
tree | 4887525f8254aae115863c9ab3af366c2b3d332d | |
parent | f9e0a5dc66fde8d7297a70abaccb0c3140322cf6 (diff) |
Changed date module format in polybar
-rw-r--r-- | .config/polybar/config | 4 | ||||
-rw-r--r-- | .config/zsh/.zshenv | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 4aa858a..92d7a59 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -206,7 +206,7 @@ type = internal/date interval = 5 date = -date-alt = " %Y-%m-%d" +date-alt = " %d-%m-%Y" time = %H:%M time-alt = %H:%M:%S @@ -311,7 +311,7 @@ type = internal/xworkspaces pin-workspaces = false enable-click = true -enable-scroll = true +enable-scroll = false format = <label-state> label-monitor = %name% diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index 299adf8..c7e9bdf 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -5,7 +5,6 @@ export BROWSER="librewolf" export READER="zathura" export COLORTERM="truecolor" export PAGER="bat" -# export WM="xmonad" export PATH=/home/zt/.scripts:$PATH export PATH=/home/zt/.local/bin:$PATH @@ -18,4 +17,3 @@ export GOPATH="/home/zt/.gopath" export QT_QPA_PLATFORMTHEME=gtk2 export ZDOTDIR="$HOME/.config/zsh" -# . "$HOME/.cargo/env" |