diff --git a/.config/sway/config##hostname.T14s b/.config/sway/config##hostname.T14s index e926f00..85c9c19 100644 --- a/.config/sway/config##hostname.T14s +++ b/.config/sway/config##hostname.T14s @@ -27,7 +27,7 @@ exec notify-send -t 3000 'Screenshot saved.' set $gnome-schema org.gnome.desktop.interface exec_always { gsettings set $gnome-schema gtk-theme 'Adwaita-dark' - gsettings set $gnome-schema icon-theme 'Papirus' + gsettings set $gnome-schema icon-theme 'Papirus-Light' #gsettings set $gnome-schema cursor-theme 'Adwaita' gsettings set $gnome-schema font-name 'ibm-plex 12' export XDG_CURRENT_DESKTOP=Unity diff --git a/.config/task/taskrc b/.config/task/taskrc new file mode 100644 index 0000000..ff37f35 --- /dev/null +++ b/.config/task/taskrc @@ -0,0 +1,33 @@ +# [Created by task 2.5.3 9/17/2021 21:55:33] +# Taskwarrior program configuration file. +# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', +# 'man task-sync' or 'man taskrc' + +# Here is an example of entries that use the default, override and blank values +# variable=foo -- By specifying a value, this overrides the default +# variable= -- By specifying no value, this means no default +# #variable=foo -- By commenting out the line, or deleting it, this uses the default + +# Use the command 'task show' to see all defaults and overrides + +verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync,unwait,recur + +# Files +data.location=~/.config/task/tasks + +# Color theme (uncomment one to use) +#include /usr/share/task/rc/light-16.theme +#include /usr/share/task/rc/light-256.theme +include /usr/share/task/rc/dark-16.theme +#include /usr/share/task/rc/dark-256.theme +#include /usr/share/task/rc/dark-red-256.theme +#include /usr/share/task/rc/dark-green-256.theme +#include /usr/share/task/rc/dark-blue-256.theme +#include /usr/share/task/rc/dark-violets-256.theme +#include /usr/share/task/rc/dark-yellow-green.theme +#include /usr/share/task/rc/dark-gray-256.theme +#include /usr/share/task/rc/dark-gray-blue-256.theme +#include /usr/share/task/rc/solarized-dark-256.theme +#include /usr/share/task/rc/solarized-light-256.theme +#include /usr/share/task/rc/no-color.theme + diff --git a/.config/waybar/config b/.config/waybar/config index b08348d..b9c16b4 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -40,7 +40,7 @@ }, "custom/player": { "exec": "playerctl metadata --format '{{uc(playerName)}}: {{ artist }} - {{ album }} - {{ title }} {{emoji(status)}}' || echo 'Stopped  '", - "interval": 10, + "interval": 15, "on-click": "playerctl play-pause && notify-send `playerctl status` -t 1000" } } diff --git a/.zshrc b/.zshrc index e0253f7..df32e55 100644 --- a/.zshrc +++ b/.zshrc @@ -1,11 +1,9 @@ -echo '\033[0;36m ___ ___ ___ ___ ' -echo '\033[0;36m /\ \ /\__\ /\ \ /\__\ ' -echo '\033[0;36m _\:\ \ /:/ _/_ /::\ \ /:| _|_ ' -echo '\033[0;36m /\/::\__\/:/_/\__\/::\:\__\/::|/\__\ ' -echo '\033[0;36m \::/\/__/\:\/:/ /\/\::/ /\/|::/ / ' -echo '\033[0;36m \/__/ \::/ / /:/ / |:/ / ' -echo '\033[0;36m \/__/ \/__/ \/__/ ' -echo '\033[0;36m ' +echo '\033[0;36m _ ' +echo '\033[0;36m (_)_ _____ ____ ' +echo '\033[0;36m / / // / _ `/ _ \' +echo '\033[0;36m __/ /\_,_/\_,_/_//_/' +echo '\033[0;36m|___/ ' +echo echo '\033[0;35m /w '$(awk -F "=" '/^NAME/ {print $2}' < /etc/os-release ) echo '\033[0;34m @ '$HOST @@ -108,6 +106,7 @@ export GOPATH=$HOME/.cache/go export LESSHISTFILE=/dev/null export LYNX_CFG=$HOME/.config/lynx/lynxrc export WINEPREFIX="$HOME/.config/wine" +export TASKRC=$HOME/.config/task/taskrc #settings for software export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎"