1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 20:01:49 +08:00

add taskrc, new logo for zsh

This commit is contained in:
juan 2021-09-19 09:06:53 +08:00
parent 3264d2ad2a
commit 6e06ed101d
4 changed files with 42 additions and 10 deletions

View File

@ -27,7 +27,7 @@ exec notify-send -t 3000 'Screenshot saved.'
set $gnome-schema org.gnome.desktop.interface set $gnome-schema org.gnome.desktop.interface
exec_always { exec_always {
gsettings set $gnome-schema gtk-theme 'Adwaita-dark' 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 cursor-theme 'Adwaita'
gsettings set $gnome-schema font-name 'ibm-plex 12' gsettings set $gnome-schema font-name 'ibm-plex 12'
export XDG_CURRENT_DESKTOP=Unity export XDG_CURRENT_DESKTOP=Unity

33
.config/task/taskrc Normal file
View File

@ -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

View File

@ -40,7 +40,7 @@
}, },
"custom/player": { "custom/player": {
"exec": "playerctl metadata --format '{{uc(playerName)}}: {{ artist }} - {{ album }} - {{ title }} {{emoji(status)}}' || echo 'Stopped  '", "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" "on-click": "playerctl play-pause && notify-send `playerctl status` -t 1000"
} }
} }

15
.zshrc
View File

@ -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
echo '\033[0;36m \/__/ \/__/ \/__/ '
echo '\033[0;36m '
echo '\033[0;35m /w '$(awk -F "=" '/^NAME/ {print $2}' < /etc/os-release ) echo '\033[0;35m /w '$(awk -F "=" '/^NAME/ {print $2}' < /etc/os-release )
echo '\033[0;34m @ '$HOST echo '\033[0;34m @ '$HOST
@ -108,6 +106,7 @@ export GOPATH=$HOME/.cache/go
export LESSHISTFILE=/dev/null export LESSHISTFILE=/dev/null
export LYNX_CFG=$HOME/.config/lynx/lynxrc export LYNX_CFG=$HOME/.config/lynx/lynxrc
export WINEPREFIX="$HOME/.config/wine" export WINEPREFIX="$HOME/.config/wine"
export TASKRC=$HOME/.config/task/taskrc
#settings for software #settings for software
export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎" export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎"