update dotfiles
This commit is contained in:
parent
43bc0f621c
commit
7c4bbab35e
4
.bashrc
4
.bashrc
|
@ -176,6 +176,6 @@ export VISUAL='vim'
|
|||
|
||||
LANG="it_IT.UTF-8"
|
||||
export LANG
|
||||
|
||||
export TERM=xterm-256color
|
||||
source ~/.local/pipx/venvs/rnr/share/rnr/rnr.sh
|
||||
|
||||
source ~/.local/share/fcd/fcd.sh
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
c:/home/dado/.config/fcd
|
||||
d:/home/dado/Downloads
|
||||
g:/home/dado/git
|
||||
h:/home/dado
|
||||
n:/home/dado/Nextcloud
|
|
@ -0,0 +1,102 @@
|
|||
[options]
|
||||
opener = "xdg-open"
|
||||
pager = "less"
|
||||
editor = "vim"
|
||||
|
||||
show_button_bar = true
|
||||
use_shadows = false
|
||||
use_internal_viewer = true
|
||||
|
||||
[ui]
|
||||
hotkey_fg = "white"
|
||||
hotkey_bg = "black"
|
||||
selected_fg_root = "black"
|
||||
selected_fg_user = "black"
|
||||
selected_bg_root = "red"
|
||||
selected_bg_user = "blue"
|
||||
|
||||
marked_fg = "magenta"
|
||||
markselect_fg_root = "black"
|
||||
markselect_fg_user = "black"
|
||||
|
||||
shadow_fg = "dark gray"
|
||||
shadow_bg = "black"
|
||||
|
||||
error_fg = "light red"
|
||||
error_bg = "reset"
|
||||
|
||||
[panel]
|
||||
fg = "gray"
|
||||
bg = "black"
|
||||
reverse_fg = "black"
|
||||
reverse_bg = "gray"
|
||||
|
||||
[error]
|
||||
fg = "white"
|
||||
bg = "red"
|
||||
title_fg = "light yellow"
|
||||
focus_fg = "black"
|
||||
focus_bg = "gray"
|
||||
|
||||
[dialog]
|
||||
fg = "black"
|
||||
bg = "gray"
|
||||
title_fg = "light blue"
|
||||
focus_fg = "black"
|
||||
focus_bg = "cyan"
|
||||
|
||||
input_fg = "black"
|
||||
input_bg = "cyan"
|
||||
|
||||
[file_manager]
|
||||
directory_fg = "white"
|
||||
dir_symlink_fg = "white"
|
||||
executable_fg = "light green"
|
||||
symlink_fg = "gray"
|
||||
stalelink_fg = "light red"
|
||||
device_fg = "light magenta"
|
||||
special_fg = "black"
|
||||
archive_fg = "light magenta"
|
||||
|
||||
[viewer]
|
||||
tab_size = 4
|
||||
|
||||
lineno_fg = "white"
|
||||
hex_even_fg = "cyan"
|
||||
hex_odd_fg = "gray"
|
||||
hex_text_even_fg = "cyan"
|
||||
hex_text_odd_fg = "gray"
|
||||
|
||||
[highlight]
|
||||
# Default Background
|
||||
base00 = "blue"
|
||||
|
||||
# Comments, Invisibles, Line Highlighting
|
||||
base03 = "cyan"
|
||||
|
||||
# Default Foreground, Caret, Delimiters, Operators
|
||||
base05 = "gray"
|
||||
|
||||
# Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
|
||||
base08 = "light yellow"
|
||||
|
||||
# Integers, Boolean, Constants, XML Attributes, Markup Link Url
|
||||
base09 = "light magenta"
|
||||
|
||||
# Classes, Markup Bold, Search Text Background
|
||||
base0A = "light red"
|
||||
|
||||
# Strings, Inherited Class, Markup Code, Diff Inserted
|
||||
base0B = "light cyan"
|
||||
|
||||
# Support, Regular Expressions, Escape Characters, Markup Quotes
|
||||
base0C = "white"
|
||||
|
||||
# Functions, Methods, Attribute IDs, Headings
|
||||
base0D = "light red"
|
||||
|
||||
# Keywords, Storage, Selector, Markup Italic, Diff Changed
|
||||
base0E = "light yellow"
|
||||
|
||||
# Deprecated, Opening/Closing Embedded Language Tags, e.g. `<?php ?>`
|
||||
base0F = "light yellow"
|
|
@ -214,7 +214,8 @@ bindsym $mod+r mode "resize"
|
|||
#
|
||||
# App shortcuts
|
||||
#
|
||||
bindsym $mod+shift+n exec gnome-commander
|
||||
#bindsym $mod+shift+n exec gnome-commander
|
||||
bindsym $mod+shift+n exec alacritty -e fcd
|
||||
bindsym $mod+o exec firefox
|
||||
|
||||
#
|
||||
|
@ -236,4 +237,4 @@ bindsym $mod+r mode "resize"
|
|||
#
|
||||
# Keybindings List
|
||||
#
|
||||
bindsym $mod+t exec alacritty -e vim ~/.config/sway/cheatsheet
|
||||
bindsym $mod+t exec alacritty -e vim ~/.config/sway/cheatsheet
|
|
@ -1 +1 @@
|
|||
rsync -az ~/.config/sway ~/.config/swaylock ~/.config/waybar ~/.config/wofi ~/scripts/swaybg.sh ~/scripts/swaydotfile.sh ~/.config/rnr ~/.config/mako ~/.config/ranger ~/.config/alacritty ~/.config/btop ~/.vimrc ~/.profile ~/.bashrc ~/.inputrc ~/.config/kitty ~/.config/feh ~/git/swayDotfiles/ && cd ~/git/swayDotfiles && git add . && git commit -m "update dotfiles" && git push -u origin main
|
||||
rsync -az ~/.config/sway ~/.config/swaylock ~/.config/waybar ~/.config/wofi ~/scripts/swaybg.sh ~/scripts/swaydotfile.sh ~/.config/fcd ~/.config/mako ~/.config/ranger ~/.config/alacritty ~/.vimrc ~/.profile ~/.bashrc ~/.inputrc ~/.config/kitty ~/.config/feh ~/git/swayDotfiles/ && cd ~/git/swayDotfiles && git add . && git commit -m "update dotfiles" && git push -u origin main
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# daemonize
|
||||
indicator-caps-lock
|
||||
# datestr=%A
|
||||
image=$HOME/git/Wallpapers/img/img170.png
|
||||
image=$HOME/git/Wallpapers/img/img181.jpg
|
||||
scaling=fill
|
||||
font=UbuntuMono
|
||||
font-size=20
|
||||
|
|
Loading…
Reference in New Issue