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

Compare commits

..

2 Commits

Author SHA1 Message Date
juan
6e06ed101d add taskrc, new logo for zsh 2021-09-19 09:06:53 +08:00
juan
3264d2ad2a replace gtk themes and icons and update waybar 2021-09-04 15:36:57 +08:00
5 changed files with 47 additions and 17 deletions

View File

@ -26,9 +26,9 @@ exec notify-send -t 3000 'Screenshot saved.'
set $gnome-schema org.gnome.desktop.interface
exec_always {
gsettings set $gnome-schema gtk-theme 'Materia-dark'
gsettings set $gnome-schema icon-theme 'Arc'
#gsettings set $gnome-schema cursor-theme 'cursor theme name'
gsettings set $gnome-schema gtk-theme 'Adwaita-dark'
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
}

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": {
"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"
}
}

View File

@ -11,13 +11,11 @@ window#waybar {
}
#workspaces {
margin: 5px;
margin-left: 10px;
margin-right: 10px;
border-radius: 2px;
margin: 5px 10px;
}
#workspaces button {
padding: 0 4px;
padding: 0 12px;
border-radius: 0;
}
#workspaces button.focused {

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 '\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=🔎"