mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 20:01:49 +08:00
Compare commits
No commits in common. "6e06ed101d5ab00f9fa076578dda139f0f971165" and "0f0c9fb5bb0eff6e5ed8a2c1a07e30fb5c91bc0b" have entirely different histories.
6e06ed101d
...
0f0c9fb5bb
@ -26,9 +26,9 @@ 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 'Materia-dark'
|
||||||
gsettings set $gnome-schema icon-theme 'Papirus-Light'
|
gsettings set $gnome-schema icon-theme 'Arc'
|
||||||
#gsettings set $gnome-schema cursor-theme 'Adwaita'
|
#gsettings set $gnome-schema cursor-theme 'cursor theme name'
|
||||||
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
|
||||||
}
|
}
|
||||||
|
@ -1,33 +0,0 @@
|
|||||||
# [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
|
|
||||||
|
|
@ -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": 15,
|
"interval": 10,
|
||||||
"on-click": "playerctl play-pause && notify-send `playerctl status` -t 1000"
|
"on-click": "playerctl play-pause && notify-send `playerctl status` -t 1000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,11 +11,13 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
margin: 5px 10px;
|
margin: 5px;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 12px;
|
padding: 0 4px;
|
||||||
border-radius: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
|
15
.zshrc
15
.zshrc
@ -1,9 +1,11 @@
|
|||||||
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;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
|
||||||
|
|
||||||
@ -106,7 +108,6 @@ 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=🔎"
|
||||||
|
Loading…
Reference in New Issue
Block a user