Cleaned repo

This commit is contained in:
dbroqua 2021-01-07 20:55:13 +01:00
parent 3b8120d1e4
commit a303c9816f
62 changed files with 3 additions and 3727 deletions

32
.gitignore vendored
View File

@ -1,34 +1,8 @@
fluxbox/lastwallpaper
fluxbox/apps
config/JetBrains
config/Nextcloud
config/VSCodium
config/dconf
config/libreoffice
config/pulse
config/spotify
local/share/Android Open Source Project
local/share/fonts
local/share/Google
local/share/gvfs-metadata
local/share/JetBrains
local/share/keyrings
local/share/meld
local/share/mime
local/share/Nextcloud
local/share/recently-used.xbel
local/share/Trash
config/Android Open Source Project
config/configstore
config/geary/account_*
local/share/geary
config/enchant
config/GIMP
config/neomutt/accounts
config/neomutt/signature
Bin/calameco.sh
config/i3/wallpaper
dotfiles/vim/plugged
dotfiles/vim/autoload/plug.vim
dotfiles/.vim/plugged
dotfiles/.vim/autoload/plug.vim
config/gtk-3.0/bookmarks
config/bpytop/error.log
config/ranger/plugins/__pycache__

View File

@ -1,35 +0,0 @@
[profiles/2b7c4080-0ddd-46c5-8f23-563fd3ba789d]
foreground-color='#A1B0B8'
visible-name='Default'
login-shell=true
palette=['#252525', '#FF5252', '#C3D82C', '#FFC135', '#42A5F5', '#D81B60', '#00ACC1', '#F5F5F5', '#708284', '#FF5252', '#C3D82C', '#FFC135', '#42A5F5', '#D81B60', '#00ACC1', '#F5F5F5']
badge-color='#AC7EA8'
badge-color-set=false
cursor-shape='underline'
cursor-colors-set=false
highlight-colors-set=false
use-system-font=false
bold-color-set=false
font='Droid Sans Mono for Powerline 10'
use-theme-colors=false
scrollback-unlimited=true
cursor-blink-mode='on'
background-color='#263238'
background-transparency-percent=12
[/]
quake-specific-monitor=0
tab-position='left'
copy-on-select=true
auto-hide-mouse=true
terminal-title-style='small'
window-state=128
theme-variant='dark'
session-name='${hostname}'
window-save-state=true
[keybindings]
session-add-right='<Alt>backslash'
win-switch-to-previous-session='<Shift>Left'
session-add-down='<Alt>minus'
win-switch-to-next-session='<Shift>Right'

View File

@ -1,196 +0,0 @@
window:
dimensions:
columns: 80
lines: 24
padding:
x: 5
y: 10
decorations: full
scrolling:
history: 10000
multiplier: 3
font:
size: 9
normal:
family: Droid Sans Mono Slashed for Powerline
style: Regular
bold:
family: Droid Sans Mono Slashed for Powerline
# style: Bold
italic:
family: Droid Sans Mono Slashed for Powerline
# style: Italic
colors:
primary:
background: '#2e3440'
foreground: '#d8dee9'
dim_foreground: '#a5abb6'
cursor:
text: '#2e3440'
cursor: '#d8dee9'
vi_mode_cursor:
text: '#2e3440'
cursor: '#d8dee9'
selection:
text: CellForeground
background: '#4c566a'
search:
matches:
foreground: CellBackground
background: '#88c0d0'
bar:
background: '#434c5e'
foreground: '#d8dee9'
normal:
black: '#3b4252'
red: '#bf616a'
green: '#a3be8c'
yellow: '#ebcb8b'
blue: '#81a1c1'
magenta: '#b48ead'
cyan: '#88c0d0'
white: '#e5e9f0'
bright:
black: '#4c566a'
red: '#bf616a'
green: '#a3be8c'
yellow: '#ebcb8b'
blue: '#81a1c1'
magenta: '#b48ead'
cyan: '#8fbcbb'
white: '#eceff4'
dim:
black: '#373e4d'
red: '#94545d'
green: '#809575'
yellow: '#b29e75'
blue: '#68809a'
magenta: '#8c738c'
cyan: '#6d96a5'
white: '#aeb3bb'
cursor:
style:
shape: Block
blinking: Always
preview_images: true
background_opacity: 0.85
key_bindings:
- { key: V, mods: Control|Shift, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }
- { key: Paste, action: Paste }
- { key: Copy, action: Copy }
- { key: Q, mods: Command, action: Quit }
- { key: W, mods: Command, action: Quit }
- { key: Insert, mods: Shift, action: PasteSelection }
- { key: Key0, mods: Control, action: ResetFontSize }
- { key: Equals, mods: Control, action: IncreaseFontSize }
- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }
- { key: Home, chars: "\x1bOH", mode: AppCursor }
- { key: Home, chars: "\x1b[H", mode: ~AppCursor }
- { key: End, chars: "\x1bOF", mode: AppCursor }
- { key: End, chars: "\x1b[F", mode: ~AppCursor }
- { key: PageUp, mods: Shift, chars: "\x1b[5;2~" }
- { key: PageUp, mods: Control, chars: "\x1b[5;5~" }
- { key: PageUp, chars: "\x1b[5~" }
- { key: PageDown, mods: Shift, chars: "\x1b[6;2~" }
- { key: PageDown, mods: Control, chars: "\x1b[6;5~" }
- { key: PageDown, chars: "\x1b[6~" }
- { key: Tab, mods: Shift, chars: "\x1b[Z" }
- { key: Back, chars: "\x7f" }
- { key: Back, mods: Alt, chars: "\x1b\x7f" }
- { key: Insert, chars: "\x1b[2~" }
- { key: Delete, chars: "\x1b[3~" }
- { key: Left, mods: Shift, chars: "\x1b[1;2D" }
- { key: Left, mods: Control, chars: "\x1b[1;5D" }
- { key: Left, mods: Alt, chars: "\x1b[1;3D" }
- { key: Left, chars: "\x1b[D", mode: ~AppCursor }
- { key: Left, chars: "\x1bOD", mode: AppCursor }
- { key: Right, mods: Shift, chars: "\x1b[1;2C" }
- { key: Right, mods: Control, chars: "\x1b[1;5C" }
- { key: Right, mods: Alt, chars: "\x1b[1;3C" }
- { key: Right, chars: "\x1b[C", mode: ~AppCursor }
- { key: Right, chars: "\x1bOC", mode: AppCursor }
- { key: Up, mods: Shift, chars: "\x1b[1;2A" }
- { key: Up, mods: Control, chars: "\x1b[1;5A" }
- { key: Up, mods: Alt, chars: "\x1b[1;3A" }
- { key: Up, chars: "\x1b[A", mode: ~AppCursor }
- { key: Up, chars: "\x1bOA", mode: AppCursor }
- { key: Down, mods: Shift, chars: "\x1b[1;2B" }
- { key: Down, mods: Control, chars: "\x1b[1;5B" }
- { key: Down, mods: Alt, chars: "\x1b[1;3B" }
- { key: Down, chars: "\x1b[B", mode: ~AppCursor }
- { key: Down, chars: "\x1bOB", mode: AppCursor }
- { key: F1, chars: "\x1bOP" }
- { key: F2, chars: "\x1bOQ" }
- { key: F3, chars: "\x1bOR" }
- { key: F4, chars: "\x1bOS" }
- { key: F5, chars: "\x1b[15~" }
- { key: F6, chars: "\x1b[17~" }
- { key: F7, chars: "\x1b[18~" }
- { key: F8, chars: "\x1b[19~" }
- { key: F9, chars: "\x1b[20~" }
- { key: F10, chars: "\x1b[21~" }
- { key: F11, chars: "\x1b[23~" }
- { key: F12, chars: "\x1b[24~" }
- { key: F1, mods: Shift, chars: "\x1b[1;2P" }
- { key: F2, mods: Shift, chars: "\x1b[1;2Q" }
- { key: F3, mods: Shift, chars: "\x1b[1;2R" }
- { key: F4, mods: Shift, chars: "\x1b[1;2S" }
- { key: F5, mods: Shift, chars: "\x1b[15;2~" }
- { key: F6, mods: Shift, chars: "\x1b[17;2~" }
- { key: F7, mods: Shift, chars: "\x1b[18;2~" }
- { key: F8, mods: Shift, chars: "\x1b[19;2~" }
- { key: F9, mods: Shift, chars: "\x1b[20;2~" }
- { key: F10, mods: Shift, chars: "\x1b[21;2~" }
- { key: F11, mods: Shift, chars: "\x1b[23;2~" }
- { key: F12, mods: Shift, chars: "\x1b[24;2~" }
- { key: F1, mods: Control, chars: "\x1b[1;5P" }
- { key: F2, mods: Control, chars: "\x1b[1;5Q" }
- { key: F3, mods: Control, chars: "\x1b[1;5R" }
- { key: F4, mods: Control, chars: "\x1b[1;5S" }
- { key: F5, mods: Control, chars: "\x1b[15;5~" }
- { key: F6, mods: Control, chars: "\x1b[17;5~" }
- { key: F7, mods: Control, chars: "\x1b[18;5~" }
- { key: F8, mods: Control, chars: "\x1b[19;5~" }
- { key: F9, mods: Control, chars: "\x1b[20;5~" }
- { key: F10, mods: Control, chars: "\x1b[21;5~" }
- { key: F11, mods: Control, chars: "\x1b[23;5~" }
- { key: F12, mods: Control, chars: "\x1b[24;5~" }
- { key: F1, mods: Alt, chars: "\x1b[1;6P" }
- { key: F2, mods: Alt, chars: "\x1b[1;6Q" }
- { key: F3, mods: Alt, chars: "\x1b[1;6R" }
- { key: F4, mods: Alt, chars: "\x1b[1;6S" }
- { key: F5, mods: Alt, chars: "\x1b[15;6~" }
- { key: F6, mods: Alt, chars: "\x1b[17;6~" }
- { key: F7, mods: Alt, chars: "\x1b[18;6~" }
- { key: F8, mods: Alt, chars: "\x1b[19;6~" }
- { key: F9, mods: Alt, chars: "\x1b[20;6~" }
- { key: F10, mods: Alt, chars: "\x1b[21;6~" }
- { key: F11, mods: Alt, chars: "\x1b[23;6~" }
- { key: F12, mods: Alt, chars: "\x1b[24;6~" }
- { key: F1, mods: Super, chars: "\x1b[1;3P" }
- { key: F2, mods: Super, chars: "\x1b[1;3Q" }
- { key: F3, mods: Super, chars: "\x1b[1;3R" }
- { key: F4, mods: Super, chars: "\x1b[1;3S" }
- { key: F5, mods: Super, chars: "\x1b[15;3~" }
- { key: F6, mods: Super, chars: "\x1b[17;3~" }
- { key: F7, mods: Super, chars: "\x1b[18;3~" }
- { key: F8, mods: Super, chars: "\x1b[19;3~" }
- { key: F9, mods: Super, chars: "\x1b[20;3~" }
- { key: F10, mods: Super, chars: "\x1b[21;3~" }
- { key: F11, mods: Super, chars: "\x1b[23;3~" }
- { key: F12, mods: Super, chars: "\x1b[24;3~" }

View File

@ -1,161 +0,0 @@
; caja GtkAccelMap rc-file -*- scheme -*-
; this file is an automated accelerator map dump
;
; (gtk_accel_path "<Actions>/DirViewActions/Trash" "")
; (gtk_accel_path "<Actions>/DirViewActions/Save Search" "")
; (gtk_accel_path "<Actions>/IconViewActions/Sort by Emblems" "")
; (gtk_accel_path "<Actions>/DirViewActions/Start Volume" "")
; (gtk_accel_path "<Actions>/NavigationActions/TabsNext" "<Primary>Page_Down")
; (gtk_accel_path "<Actions>/DirViewActions/Location Poll" "")
; (gtk_accel_path "<Actions>/ShellActions/Go to Trash" "")
; (gtk_accel_path "<Actions>/IconViewActions/Stretch" "")
; (gtk_accel_path "<Actions>/DirViewActions/MoveToMenu" "")
; (gtk_accel_path "<Actions>/ShellActions/ZoomInAccel" "<Primary>equal")
; (gtk_accel_path "<Actions>/DirViewActions/LocationTrash" "")
; (gtk_accel_path "<Actions>/DirViewActions/RenameSelectAll" "<Shift>F2")
; (gtk_accel_path "<Actions>/ShellActions/About Caja" "")
; (gtk_accel_path "<Actions>/DirViewActions/Undo" "<Primary>z")
; (gtk_accel_path "<Actions>/NavigationActions/Back" "<Alt>Left")
; (gtk_accel_path "<Actions>/DirViewActions/Location Start Volume" "")
; (gtk_accel_path "<Actions>/DirViewActions/Format Volume" "")
; (gtk_accel_path "<Actions>/DirViewActions/CopyToMenu" "")
; (gtk_accel_path "<Actions>/DirViewActions/LocationRestoreFromTrash" "")
; (gtk_accel_path "<Actions>/DirViewActions/Empty Trash" "")
; (gtk_accel_path "<Actions>/ShellActions/Close" "<Primary>w")
; (gtk_accel_path "<Actions>/NavigationActions/Add Bookmark" "<Primary>d")
; (gtk_accel_path "<Actions>/IconViewActions/Manual Layout" "")
; (gtk_accel_path "<Actions>/ShellActions/Zoom Normal" "<Primary>0")
; (gtk_accel_path "<Actions>/NavigationActions/Show Hide Extra Pane" "F3")
; (gtk_accel_path "<Actions>/DirViewActions/Create Link" "<Primary>m")
; (gtk_accel_path "<Actions>/DirViewActions/LocationDelete" "")
; (gtk_accel_path "<Actions>/DirViewActions/Mount Volume" "")
; (gtk_accel_path "<Actions>/IconViewActions/Sort by Trash Time" "")
; (gtk_accel_path "<Actions>/DirViewActions/OpenInNewTab" "<Primary><Shift>o")
; (gtk_accel_path "<Actions>/DirViewActions/OtherApplication2" "")
; (gtk_accel_path "<Actions>/DirViewActions/OtherApplication1" "")
; (gtk_accel_path "<Actions>/NavigationActions/Folder Window" "")
; (gtk_accel_path "<Actions>/NavigationActions/Show Hide Statusbar" "")
; (gtk_accel_path "<Actions>/NavigationActions/Tab9" "<Alt>0")
; (gtk_accel_path "<Actions>/ShellActions/Connect to Server" "")
; (gtk_accel_path "<Actions>/ShellActions/Help" "")
; (gtk_accel_path "<Actions>/NavigationActions/Tab6" "<Alt>7")
; (gtk_accel_path "<Actions>/NavigationActions/Clear History" "")
; (gtk_accel_path "<Actions>/ShellActions/ZoomInAccel2" "<Primary>KP_Add")
; (gtk_accel_path "<Actions>/NavigationActions/Tab8" "<Alt>9")
; (gtk_accel_path "<Actions>/ShellActions/Caja Manual" "F1")
; (gtk_accel_path "<Actions>/NavigationActions/ShowSearch" "<Primary>f")
; (gtk_accel_path "<Actions>/NavigationActions/Tab5" "<Alt>6")
; (gtk_accel_path "<Actions>/NavigationActions/Tab4" "<Alt>5")
; (gtk_accel_path "<Actions>/NavigationActions/Tab3" "<Alt>4")
; (gtk_accel_path "<Actions>/ShellActions/File" "")
; (gtk_accel_path "<Actions>/NavigationActions/Tab1" "<Alt>2")
; (gtk_accel_path "<Actions>/NavigationActions/Tab7" "<Alt>8")
; (gtk_accel_path "<Actions>/DirViewActions/Copy" "<Primary>c")
; (gtk_accel_path "<Actions>/NavigationActions/TabsMoveRight" "<Primary><Shift>Page_Down")
; (gtk_accel_path "<Actions>/NavigationActions/TabsPrevious" "<Primary>Page_Up")
; (gtk_accel_path "<Actions>/ShellActions/Go to Network" "")
; (gtk_accel_path "<Actions>/NavigationActions/Tab2" "<Alt>3")
; (gtk_accel_path "<Actions>/ClipboardActions/Paste" "<Primary>v")
; (gtk_accel_path "<Actions>/IconViewActions/Sort by Type" "")
; (gtk_accel_path "<Actions>/ShellActions/View" "")
; (gtk_accel_path "<Actions>/DirViewActions/New Empty File" "")
; (gtk_accel_path "<Actions>/NavigationActions/Tab0" "<Alt>1")
; (gtk_accel_path "<Actions>/DirViewActions/Location Eject Volume" "")
; (gtk_accel_path "<Actions>/IconViewActions/Unstretch" "")
; (gtk_accel_path "<Actions>/ShellActions/Zoom Out" "<Primary>minus")
; (gtk_accel_path "<Actions>/NavigationActions/Show Hide Location Bar" "")
; (gtk_accel_path "<Actions>/DirViewActions/OpenCloseParent" "<Shift><Alt>Down")
; (gtk_accel_path "<Actions>/DirViewActions/Open" "<Primary>o")
; (gtk_accel_path "<Actions>/DirViewActions/Self Format Volume" "")
; (gtk_accel_path "<Actions>/NavigationActions/Bookmarks" "")
; (gtk_accel_path "<Actions>/DirViewActions/Unmount Volume" "")
; (gtk_accel_path "<Actions>/DirViewActions/Connect To Server Link" "")
; (gtk_accel_path "<Actions>/DirViewActions/Location Mount Volume" "")
; (gtk_accel_path "<Actions>/DirViewActions/Location Unmount Volume" "")
; (gtk_accel_path "<Actions>/DirViewActions/Reset to Defaults" "")
; (gtk_accel_path "<Actions>/DirViewActions/LocationOpenFolderWindow" "")
; (gtk_accel_path "<Actions>/DirViewActions/Paste Files Into" "")
; (gtk_accel_path "<Actions>/DirViewActions/LocationCut" "")
; (gtk_accel_path "<Actions>/ShellActions/Zoom In" "<Primary>plus")
; (gtk_accel_path "<Actions>/DirViewActions/Self Eject Volume" "")
; (gtk_accel_path "<Actions>/NavigationActions/SplitViewNextPane" "F6")
; (gtk_accel_path "<Actions>/ClipboardActions/Select All" "<Primary>a")
; (gtk_accel_path "<Actions>/IconViewActions/Tighter Layout" "")
; (gtk_accel_path "<Actions>/NavigationActions/Edit Bookmarks" "<Primary>b")
; (gtk_accel_path "<Actions>/DirViewActions/LocationCopy" "")
; (gtk_accel_path "<Actions>/ClipboardActions/Copy" "<Primary>c")
; (gtk_accel_path "<Actions>/DirViewActions/OpenAccel" "<Alt>Down")
; (gtk_accel_path "<Actions>/DirViewActions/Open With" "")
; (gtk_accel_path "<Actions>/ShellActions/Edit" "")
; (gtk_accel_path "<Actions>/ShellActions/Up" "<Alt>Up")
; (gtk_accel_path "<Actions>/DirViewActions/Open Scripts Folder" "")
; (gtk_accel_path "<Actions>/ClipboardActions/Cut" "<Primary>x")
; (gtk_accel_path "<Actions>/NavigationActions/Forward" "<Alt>Right")
; (gtk_accel_path "<Actions>/DirViewActions/New Documents" "")
; (gtk_accel_path "<Actions>/NavigationActions/Go to Location" "<Primary>l")
; (gtk_accel_path "<Actions>/ShellActions/Reload" "<Primary>r")
; (gtk_accel_path "<Actions>/DirViewActions/Move to Home" "")
; (gtk_accel_path "<Actions>/ShellActions/Backgrounds and Emblems" "")
; (gtk_accel_path "<Actions>/DirViewActions/No Templates" "")
; (gtk_accel_path "<Actions>/DirViewActions/Location Format Volume" "")
; (gtk_accel_path "<Actions>/ShellActions/ZoomOutAccel" "<Primary>KP_Subtract")
; (gtk_accel_path "<Actions>/NavigationActions/SplitViewSameLocation" "")
; (gtk_accel_path "<Actions>/DirViewActions/LocationPasteFilesInto" "")
; (gtk_accel_path "<Actions>/IconViewActions/Sort by Size" "")
; (gtk_accel_path "<Actions>/DirViewActions/Select All" "<Primary>a")
; (gtk_accel_path "<Actions>/DirViewActions/OpenAlternate" "<Primary><Shift>w")
; (gtk_accel_path "<Actions>/ShellActions/Preferences" "")
; (gtk_accel_path "<Actions>/DirViewActions/Poll" "")
; (gtk_accel_path "<Actions>/DirViewActions/Select Pattern" "<Primary>s")
; (gtk_accel_path "<Actions>/IconViewActions/Reversed Order" "")
; (gtk_accel_path "<Actions>/ShellActions/Go to Computer" "")
; (gtk_accel_path "<Actions>/NavigationActions/Go" "")
; (gtk_accel_path "<Actions>/DirViewActions/Restore From Trash" "")
; (gtk_accel_path "<Actions>/DirViewActions/Location Stop Volume" "")
; (gtk_accel_path "<Actions>/DirViewActions/LocationProperties" "")
; (gtk_accel_path "<Actions>/DirViewActions/Rename" "F2")
; (gtk_accel_path "<Actions>/DirViewActions/Redo" "<Primary>y")
; (gtk_accel_path "<Actions>/ShellActions/Go to Templates" "")
; (gtk_accel_path "<Actions>/DirViewActions/LocationOpenInNewTab" "")
; (gtk_accel_path "<Actions>/DirViewActions/Self Start Volume" "")
; (gtk_accel_path "<Actions>/DirViewActions/Move to next pane" "")
; (gtk_accel_path "<Actions>/DirViewActions/OpenFolderWindow" "")
; (gtk_accel_path "<Actions>/ShellActions/Show Hidden Files" "<Primary>h")
; (gtk_accel_path "<Actions>/DirViewActions/Stop Volume" "")
; (gtk_accel_path "<Actions>/DirViewActions/Duplicate" "")
; (gtk_accel_path "<Actions>/DirViewActions/Eject Volume" "")
; (gtk_accel_path "<Actions>/IconViewActions/Clean Up" "")
; (gtk_accel_path "<Actions>/NavigationActions/New Tab" "<Primary>t")
; (gtk_accel_path "<Actions>/ShellActions/Home" "<Alt>Home")
; (gtk_accel_path "<Actions>/NavigationActions/New Window" "<Primary>n")
; (gtk_accel_path "<Actions>/DirViewActions/PropertiesAccel" "<Primary>i")
; (gtk_accel_path "<Actions>/IconViewActions/Sort by Modification Date" "")
; (gtk_accel_path "<Actions>/DirViewActions/Save Search As" "")
; (gtk_accel_path "<Actions>/IconViewActions/Keep Aligned" "")
; (gtk_accel_path "<Actions>/DirViewActions/New Launcher" "")
; (gtk_accel_path "<Actions>/NavigationActions/Search" "")
; (gtk_accel_path "<Actions>/DirViewActions/Properties" "<Alt>Return")
; (gtk_accel_path "<Actions>/NavigationActions/TabsMoveLeft" "<Primary><Shift>Page_Up")
; (gtk_accel_path "<Actions>/DirViewActions/Copy to Desktop" "")
; (gtk_accel_path "<Actions>/ShellActions/Stop" "")
; (gtk_accel_path "<Actions>/DirViewActions/New Folder" "<Primary><Shift>n")
; (gtk_accel_path "<Actions>/DirViewActions/Self Poll" "")
; (gtk_accel_path "<Actions>/DirViewActions/Move to Desktop" "")
; (gtk_accel_path "<Actions>/DirViewActions/Cut" "<Primary>x")
; (gtk_accel_path "<Actions>/DirViewActions/Delete" "")
; (gtk_accel_path "<Actions>/IconViewActions/Sort by Name" "")
; (gtk_accel_path "<Caja-Window>/view_as_2" "<Primary>2")
; (gtk_accel_path "<Caja-Window>/view_as_3" "<Primary>3")
; (gtk_accel_path "<Actions>/DirViewActions/Paste" "<Primary>v")
; (gtk_accel_path "<Actions>/DirViewActions/Invert Selection" "<Primary><Shift>i")
; (gtk_accel_path "<Caja-Window>/view_as_1" "<Primary>1")
; (gtk_accel_path "<Actions>/NavigationActions/Close All Windows" "<Primary>q")
; (gtk_accel_path "<Actions>/IconViewActions/Arrange Items" "")
; (gtk_accel_path "<Actions>/NavigationActions/Show Hide Sidebar" "F9")
; (gtk_accel_path "<Actions>/DirViewActions/Self Stop Volume" "")
; (gtk_accel_path "<Actions>/NavigationActions/Show Hide Toolbar" "")
; (gtk_accel_path "<Actions>/DirViewActions/Self Mount Volume" "")
; (gtk_accel_path "<Actions>/DirViewActions/Copy to Home" "")
; (gtk_accel_path "<Actions>/DirViewActions/Self Unmount Volume" "")
; (gtk_accel_path "<Actions>/DirViewActions/Copy to next pane" "")
; (gtk_accel_path "<Actions>/DirViewActions/LocationOpenAlternate" "")

View File

@ -1,58 +0,0 @@
## FROM: https://github.com/addy-dclxvi/i3-starterpack
## shadow
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-radius = 12;
shadow-offset-x = -12;
shadow-offset-y = -12;
shadow-opacity = 0.95;
shadow-red = 0.18;
shadow-green = 0.20;
shadow-blue = 0.25;
shadow-exclude = [ "class_g = 'Cairo-clock'" ,
"class_g = 'CoverGloobus'",
"class_g = 'Tilda'",
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Firefox'",
"class_g = 'Firefox-esr'",
"class_g = 'Dmenu'",
"name = 'Notification'",
"_GTK_FRAME_EXTENTS@:c"
];
## fading
fading = true;
fade-delta = 0.25;
fade-in-step = 0.02;
fade-out-step = 0.02;
fade-exclude = [
];
## other
backend = "xrender";
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = "none";
dbe = false;
paint-on-overlay = true;
focus-exclude = [ "class_g = 'Cairo-clock'" ,
"class_g = 'CoverGloobus'",
"class_g = 'Tilda'",
"class_g = 'Firefox'",
"class_g = 'Firefox-esr'"
];
detect-transient = true;
detect-client-leader = true;
invert-color-include = [ ];
glx-copy-from-front = false;
glx-swap-method = "undefined";
wintypes:
{
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
};

View File

@ -1,11 +0,0 @@
[Filechooser Settings]
LocationMode=path-bar
ShowHidden=false
ShowSizeColumn=true
GeometryX=0
GeometryY=152
GeometryWidth=1280
GeometryHeight=800
SortColumn=name
SortOrder=ascending
StartupMode=recent

View File

@ -1 +0,0 @@
limit = 256

View File

@ -1,211 +0,0 @@
version = 2.14.2
away_auto_unmark = 0
away_omit_alerts = 0
away_reason = I'm busy
away_show_once = 1
away_size_max = 300
away_timeout = 60
away_track = 1
completion_amount = 5
completion_auto = 0
completion_sort = 1
completion_suffix = ,
dcc_auto_chat = 0
dcc_auto_recv = 1
dcc_auto_resume = 1
dcc_blocksize = 1024
dcc_completed_dir =
dcc_dir = /home/dbroqua/Downloads
dcc_fast_send = 1
dcc_global_max_get_cps = 0
dcc_global_max_send_cps = 0
dcc_ip =
dcc_ip_from_server = 0
dcc_max_get_cps = 0
dcc_max_send_cps = 0
dcc_permissions = 384
dcc_port_first = 0
dcc_port_last = 0
dcc_remove = 0
dcc_save_nick = 0
dcc_send_fillspaces = 0
dcc_stall_timeout = 60
dcc_timeout = 180
flood_ctcp_num = 5
flood_ctcp_time = 30
flood_msg_num = 5
flood_msg_time = 30
gui_autoopen_chat = 1
gui_autoopen_dialog = 1
gui_autoopen_recv = 1
gui_autoopen_send = 1
gui_chanlist_maxusers = 9999
gui_chanlist_minusers = 5
gui_compact = 0
gui_dialog_height = 256
gui_dialog_left = 0
gui_dialog_top = 0
gui_dialog_width = 500
gui_filesize_iec = 0
gui_focus_omitalerts = 0
gui_hide_menu = 0
gui_input_attr = 1
gui_input_icon = 1
gui_input_nick = 1
gui_input_spell = 1
gui_input_style = 1
gui_join_dialog = 1
gui_lagometer = 1
gui_lang = 15
gui_mode_buttons = 0
gui_pane_divider_position = 0
gui_pane_left_size = 128
gui_pane_right_size = 100
gui_pane_right_size_min = 80
gui_quit_dialog = 1
gui_search_pos = 0
gui_slist_fav = 0
gui_slist_select = 30
gui_slist_skip = 0
gui_tab_chans = 1
gui_tab_dialogs = 1
gui_tab_dots = 0
gui_tab_icons = 1
gui_tab_layout = 2
gui_tab_middleclose = 1
gui_tab_newtofront = 2
gui_tab_pos = 1
gui_tab_scrollchans = 0
gui_tab_server = 1
gui_tab_small = 0
gui_tab_sort = 1
gui_tab_trunc = 20
gui_tab_utils = 0
gui_throttlemeter = 1
gui_topicbar = 1
gui_transparency = 255
gui_tray = 1
gui_tray_away = 0
gui_tray_blink = 1
gui_tray_close = 1
gui_tray_minimize = 0
gui_tray_quiet = 0
gui_ulist_buttons = 0
gui_ulist_color = 0
gui_ulist_count = 1
gui_ulist_doubleclick = QUERY %s
gui_ulist_hide = 0
gui_ulist_icons = 1
gui_ulist_pos = 3
gui_ulist_show_hosts = 0
gui_ulist_sort = 0
gui_ulist_style = 1
gui_url_mod = 0
gui_usermenu = 0
gui_win_height = 767
gui_win_fullscreen = 0
gui_win_left = 0
gui_win_modes = 0
gui_win_save = 1
gui_win_state = 0
gui_win_swap = 0
gui_win_top = 14
gui_win_ucount = 0
gui_win_width = 1280
identd_server = 0
identd_port = 0
input_balloon_chans = 0
input_balloon_hilight = 0
input_balloon_priv = 0
input_beep_chans = 0
input_beep_hilight = 0
input_beep_priv = 0
input_command_char = /
input_filter_beep = 1
input_flash_chans = 0
input_flash_hilight = 1
input_flash_priv = 1
input_perc_ascii = 0
input_perc_color = 0
input_tray_chans = 0
input_tray_hilight = 1
input_tray_priv = 1
irc_auto_rejoin = 0
irc_reconnect_rejoin = 1
irc_ban_type = 1
irc_cap_server_time = 1
irc_conf_mode = 0
irc_extra_hilight =
irc_hide_nickchange = 0
irc_hide_version = 0
irc_hidehost = 0
irc_id_ntext =
irc_id_ytext =
irc_invisible = 0
irc_join_delay = 5
irc_logging = 1
irc_logmask = %n/%c.log
irc_nick1 = DarKou
irc_nick2 = DarKou_
irc_nick3 = dbroqua__
irc_nick_hilight =
irc_no_hilight = NickServ,ChanServ,InfoServ,N,Q
irc_notice_pos = 0
irc_part_reason = Leaving
irc_quit_reason = Leaving
irc_raw_modes = 0
irc_real_name = realname
irc_servernotice = 0
irc_skip_motd = 0
irc_user_name = dbroqua
irc_wallops = 0
irc_who_join = 1
irc_whois_front = 1
net_auto_reconnect = 1
net_auto_reconnectonfail = 0
net_bind_host =
net_ping_timeout = 60
net_proxy_auth = 0
net_proxy_host =
net_proxy_pass =
net_proxy_port = 0
net_proxy_type = 0
net_proxy_use = 0
net_proxy_user =
net_reconnect_delay = 10
net_throttle = 1
notify_timeout = 15
notify_whois_online = 0
perl_warnings = 0
stamp_log = 1
stamp_log_format = %b %d %H:%M:%S
stamp_text = 1
stamp_text_format = [%H:%M:%S]
text_autocopy_color = 0
text_autocopy_stamp = 0
text_autocopy_text = 1
text_background =
text_color_nicks = 0
text_font = Monospace 9
text_font_main = Monospace 9
text_font_alternative = Arial Unicode MS,Segoe UI Emoji,Lucida Sans Unicode,Meiryo,Symbola,Unifont
text_indent = 1
text_max_indent = 256
text_max_lines = 5000
text_replay = 1
text_search_case_match = 0
text_search_highlight_all = 0
text_search_follow = 1
text_search_regexp = 0
text_show_marker = 1
text_show_sep = 1
text_spell_langs = en_US
text_stripcolor_msg = 0
text_stripcolor_replay = 1
text_stripcolor_topic = 1
text_thin_sep = 1
text_transparent = 0
text_wordwrap = 1
url_grabber = 1
url_grabber_limit = 100
url_logging = 0

View File

@ -1,7 +0,0 @@
**** BEGIN LOGGING AT Sun May 3 21:59:43 2020
May 03 21:59:43 Perl interface loaded
May 03 21:59:43 Checksum plugin loaded
May 03 21:59:43 FiSHLiM plugin loaded
May 03 21:59:43 Sysinfo plugin loaded
May 03 21:59:43 Python interface loaded

View File

@ -1,13 +0,0 @@
**** BEGIN LOGGING AT Sun May 3 22:02:36 2020
May 03 22:02:36 * Now talking on #debian-facile
May 03 22:02:36 * Topic for #debian-facile is: Debian-Facile, salon d'entraide | Asso/forum/doc: http://debian-facile.org | Hors-Sujet: #df-offtopic | Collage: http://debian-facile.org/paste | Activité/flood: #df-flood || Staff DF voicé
May 03 22:02:36 * Topic for #debian-facile set by captnfab!~captnfab@unaffiliated/captnfab (Sun Apr 19 22:11:25 2020)
May 03 22:02:36 -ChanServ- [#debian-facile] Entraide pour Debian | IRC≠hotline, ATTENDEZ ! | Asso, forum, doc: https://debian-facile.org/ | Collage, logs (publics) IRC du salon: https://debian-facile.org/portail-outils.php | Log forum/wiki/git: #df-flood || Staff DF voicé
May 03 22:02:36 * Channel #debian-facile url: http://debian-facile.org/
May 03 22:06:44 * Xubl0f has quit (Quit: Leaving)
May 03 22:09:34 * Xubl0f (~memory@45.162.228.187) has joined
May 03 22:11:01 Python interface unloaded
May 03 22:11:01 FiSHLiM plugin unloaded
**** ENDING LOGGING AT Sun May 3 22:11:01 2020

View File

@ -1,9 +0,0 @@
**** BEGIN LOGGING AT Sun May 3 21:59:59 2020
May 03 21:59:59 * Now talking on #paulla
May 03 21:59:59 * Topic for #paulla is: PauLLA | Pau Logiciels Libres Association | https://www.paulla.asso.fr | PauLLa a 20 ans ! | Un élève de l'EISTI a aimé: "L'intervention du DSI des pompiers" -> dam64
May 03 21:59:59 * Topic for #paulla set by jpcw!~jpcw@hermes.camguilhem.net (Wed Oct 23 21:15:14 2019)
May 03 22:00:00 * Channel #paulla url: http://www.paulla.asso.fr
May 03 22:00:16 * ChanServ gives voice to DarKou
**** ENDING LOGGING AT Sun May 3 22:11:01 2020

View File

@ -1,22 +0,0 @@
**** BEGIN LOGGING AT Sun May 3 21:59:43 2020
May 03 21:59:43 * Connecting to chat.freenode.net (204.225.96.251:6697)
May 03 21:59:44 * * Subject: /O=Digital Signature Trust Co./CN=DST Root CA X3
May 03 21:59:44 * * Issuer: /O=Digital Signature Trust Co./CN=DST Root CA X3
May 03 21:59:44 * * Subject: /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
May 03 21:59:44 * * Issuer: /O=Digital Signature Trust Co./CN=DST Root CA X3
May 03 21:59:44 * * Subject: /CN=tolkien.freenode.net
May 03 21:59:44 * * Issuer: /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
May 03 21:59:44 * * Certification info:
May 03 21:59:44 * Subject:
May 03 21:59:44 * CN=tolkien.freenode.net
May 03 21:59:44 * Issuer:
May 03 21:59:44 * C=US
May 03 21:59:44 * O=Let's Encrypt
May 03 21:59:44 * CN=Let's Encrypt Authority X3
May 03 21:59:44 * Public key algorithm: rsaEncryption (4096 bits)
May 03 21:59:44 * Sign algorithm sha256WithRSAEncryption
May 03 21:59:44 * Valid since Apr 6 05:02:46 2020 GM to Jul 5 05:02:46 2020 GM
May 03 21:59:44 * * Cipher info:
May 03 21:59:44 * Version: TLSv1.3, cipher TLS_AES_256_GCM_SHA384 (256 bits)
May 03 21:59:44 * Connected. Now logging in.

View File

@ -1,79 +0,0 @@
**** BEGIN LOGGING AT Sun May 3 21:59:45 2020
May 03 21:59:45 * *** Looking up your hostname...
May 03 21:59:45 * *** Checking Ident
May 03 21:59:45 * *** Found your hostname
May 03 21:59:49 * *** No Ident response
May 03 21:59:49 * Capabilities supported: account-notify away-notify cap-notify chghost extended-join identify-msg multi-prefix sasl tls
May 03 21:59:49 * Capabilities requested: account-notify away-notify cap-notify chghost extended-join identify-msg multi-prefix
May 03 21:59:49 * Capabilities acknowledged: account-notify away-notify cap-notify chghost extended-join identify-msg multi-prefix
**** ENDING LOGGING AT Sun May 3 21:59:49 2020
**** BEGIN LOGGING AT Sun May 3 21:59:49 2020
May 03 21:59:49 * Welcome to the freenode Internet Relay Chat Network DarKou
May 03 21:59:49 * Your host is tolkien.freenode.net[204.225.96.251/6697], running version ircd-seven-1.1.9
May 03 21:59:49 * This server was created Fri Apr 24 2020 at 22:19:21 UTC
May 03 21:59:49 * tolkien.freenode.net ircd-seven-1.1.9 DOQRSZaghilopsuwz CFILMPQSbcefgijklmnopqrstuvz bkloveqjfI
May 03 21:59:49 * CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstuz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode STATUSMSG=@+ CALLERID=g CASEMAPPING=rfc1459 :are supported by this server
May 03 21:59:49 * CHARSET=ascii NICKLEN=16 CHANNELLEN=50 TOPICLEN=390 DEAF=D FNC TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz CLIENTVER=3.0 SAFELIST ELIST=CTU KNOCK :are supported by this server
May 03 21:59:49 * WHOX ETRACE CPRIVMSG CNOTICE MONITOR=100 :are supported by this server
May 03 21:59:49 * There are 96 users and 84365 invisible on 31 servers
May 03 21:59:49 * 34 :IRC Operators online
May 03 21:59:49 * 32 :unknown connection(s)
May 03 21:59:49 * 43446 :channels formed
May 03 21:59:49 * I have 3633 clients and 1 servers
May 03 21:59:49 * 3633 4695 :Current local users 3633, max 4695
May 03 21:59:49 * 84461 87645 :Current global users 84461, max 87645
May 03 21:59:49 * Highest connection count: 4696 (4695 clients) (99183 connections received)
May 03 21:59:49 * - tolkien.freenode.net Message of the Day -
May 03 21:59:49 * - Welcome to tolkien.freenode.net in Sanford, NC, US. Thanks to
May 03 21:59:49 * - https://travelingmailbox.com/ for sponsoring this server
May 03 21:59:49 * - Welcome to freenode - supporting the free and open source
May 03 21:59:49 * - software communities since 1998.
May 03 21:59:49 * -
May 03 21:59:49 * - By connecting to freenode you indicate that you have read and
May 03 21:59:49 * - accept our policies and guidelines as set out on https://freenode.net
May 03 21:59:49 * -
May 03 21:59:49 * - In the event that you observe behaviour that contravenes our policies,
May 03 21:59:49 * - please notify a volunteer staff member via private message, or send us an
May 03 21:59:49 * - e-mail to complaints@freenode.net -- we will do our best to address the
May 03 21:59:49 * - situation within a reasonable period of time, and we may request further
May 03 21:59:49 * - information or, as appropriate, involve other parties such as channel operators
May 03 21:59:49 * - Group Contacts representing an on-topic group.
May 03 21:59:49 * -
May 03 21:59:49 * - freenode runs an open proxy scanner.
May 03 21:59:49 * -
May 03 21:59:49 * - If you are looking for assistance, you may be able to find a list of
May 03 21:59:49 * - volunteer staff on '/stats p' (shows only on-call staff) or by joining
May 03 21:59:49 * - #freenode and using the '/who freenode/staff/*' command. You may message
May 03 21:59:49 * - any of us at any time. Please note that freenode predominantly provides
May 03 21:59:49 * - assistance via private message, and while we have a network channel the
May 03 21:59:49 * - primary venue for support requests is via private message to a member
May 03 21:59:49 * - of the volunteer staff team.
May 03 21:59:49 * -
May 03 21:59:49 * - From time to time, volunteer staff may send server-wide notices relating to
May 03 21:59:49 * - the project, or the communities that we host. The majority of such notices
May 03 21:59:49 * - will be sent as wallops, and you can '/mode <yournick> +w' to ensure that you
May 03 21:59:49 * - do not miss them. Important messages relating to the freenode project, including
May 03 21:59:49 * - notices of upcoming maintenance and other scheduled downtime will be issued as
May 03 21:59:49 * - global notices.
May 03 21:59:49 * -
May 03 21:59:49 * - Representing an on-topic project? Don't forget to register, more information
May 03 21:59:49 * - can be found on the https://freenode.net website under "Group Registration".
May 03 21:59:50 * -
May 03 21:59:50 * - Thank you also to our server sponsors for the sustained support in keeping the
May 03 21:59:50 * - network going for close to two decades.
May 03 21:59:50 * -
May 03 21:59:50 * - Thank you for using freenode!
May 03 21:59:50 * End of /MOTD command.
May 03 21:59:50 * DarKou sets mode +Z on DarKou
May 03 21:59:50 * DarKou sets mode +i on DarKou
May 03 21:59:50 -NickServ- This nickname is registered. Please choose a different nickname, or identify via /msg NickServ identify <password>.
May 03 22:00:15 >nickserv< identify ****
May 03 22:00:16 -NickServ- You are now identified for DarKou.
May 03 22:11:01 Sysinfo plugin unloaded
May 03 22:11:01 Checksum plugin unloaded
May 03 22:11:01 Perl interface unloaded
**** ENDING LOGGING AT Sun May 3 22:11:01 2020

View File

@ -1,3 +0,0 @@
**** BEGIN LOGGING AT Sun May 3 21:59:43 2020
May 03 21:59:43 * Looking up chat.freenode.net

View File

@ -1,9 +0,0 @@
T 1588536156 19* Now talking on 22#debian-facile
T 1588536156 22* Topic for 22#debian-facile is: Debian-Facile, salon d'entraide | Asso/forum/doc: http://debian-facile.org | Hors-Sujet: #df-offtopic | Collage: http://debian-facile.org/paste | Activité/flood: #df-flood || Staff DF voicé
T 1588536156 22* Topic for 22#debian-facile set by 26captnfab!~captnfab@unaffiliated/captnfab (24Sun Apr 19 22:11:25 2020)
T 1588536156 -18ChanServ- [#debian-facile] Entraide pour Debian | IRC≠hotline, ATTENDEZ ! | Asso, forum, doc: https://debian-facile.org/ | Collage, logs (publics) IRC du salon: https://debian-facile.org/portail-outils.php | Log forum/wiki/git: #df-flood || Staff DF voicé
T 1588536156 22* Channel 22#debian-facile url: 24http://debian-facile.org/
T 1588536404 24* Xubl0f has quit (Quit: Leaving)
T 1588536574 23* Xubl0f (~memory@45.162.228.18723) has joined
T 1588536661 Python interface unloaded
T 1588536661 FiSHLiM plugin unloaded

View File

@ -1,5 +0,0 @@
T 1588535999 19* Now talking on 22#paulla
T 1588535999 22* Topic for 22#paulla is: PauLLA | Pau Logiciels Libres Association | https://www.paulla.asso.fr | PauLLa a 20 ans ! | Un élève de l'EISTI a aimé: "L'intervention du DSI des pompiers" -> dam64
T 1588535999 22* Topic for 22#paulla set by 26jpcw!~jpcw@hermes.camguilhem.net (24Wed Oct 23 21:15:14 2019)
T 1588536000 22* Channel 22#paulla url: 24http://www.paulla.asso.fr
T 1588536016 22* 26ChanServ gives voice to 18DarKou

View File

@ -1,571 +0,0 @@
v=2.14.2
N=2600net
E=UTF-8 (Unicode)
F=19
D=0
S=irc.2600.net
N=2ch
E=iso-2022-jp
F=19
D=0
S=irc.2ch.sc
S=irc.nurs.or.jp
S=irc.juggler.jp
N=AccessIRC
E=UTF-8 (Unicode)
F=19
D=0
S=irc.accessirc.net
N=AfterNET
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.afternet.org
N=Aitvaras
E=UTF-8 (Unicode)
F=19
D=0
S=irc.data.lt/+6668
S=irc.omnitel.net/+6668
S=irc.ktu.lt/+6668
S=irc.kis.lt/+6668
S=irc.vub.lt/+6668
S=irc.data.lt
S=irc.omnitel.net
S=irc.ktu.lt
S=irc.kis.lt
S=irc.vub.lt
N=Anthrochat
E=UTF-8 (Unicode)
F=23
D=0
S=irc.anthrochat.net
N=ARCNet
E=UTF-8 (Unicode)
F=19
D=0
S=arcnet-irc.org
N=AustNet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.austnet.org
N=AzzurraNet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.azzurra.org
N=BetaChat
L=6
E=UTF-8 (Unicode)
F=19
D=0
S=irc.betachat.net
N=BuddyIM
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.buddy.im
N=Canternet
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.canternet.org
N=Chat4all
E=UTF-8 (Unicode)
F=23
D=0
S=irc.chat4all.org
N=ChatJunkies
E=UTF-8 (Unicode)
F=19
D=0
S=irc.chatjunkies.org
N=ChatNet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.chatnet.org
N=ChatSpike
L=6
E=UTF-8 (Unicode)
F=19
D=0
S=irc.chatspike.net
N=ChattingAway
E=UTF-8 (Unicode)
F=19
D=0
S=irc.chattingaway.com
N=Criten
E=UTF-8 (Unicode)
F=19
D=0
S=irc.criten.net
N=DALnet
L=2
E=UTF-8 (Unicode)
F=19
D=0
S=us.dal.net
N=DarkMyst
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.darkmyst.org
N=Dark-Tou-Net
E=UTF-8 (Unicode)
F=19
D=0
S=irc.d-t-net.de
N=DeltaAnime
E=UTF-8 (Unicode)
F=19
D=0
S=irc.deltaanime.net
N=EFnet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.choopa.net
S=irc.paraphysics.net
S=efnet.port80.se
S=irc.underworld.no
S=irc.inet.tele.dk
N=ElectroCode
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.electrocode.net
N=EnterTheGame
E=UTF-8 (Unicode)
F=19
D=0
S=irc.enterthegame.com
N=EntropyNet
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.entropynet.net
N=EsperNet
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.esper.net
N=EUIrc
E=UTF-8 (Unicode)
F=19
D=0
S=irc.euirc.net
N=EuropNet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.europnet.org
N=FDFNet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.fdfnet.net
N=freenode
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=chat.freenode.net
S=irc.freenode.net
N=Furnet
E=UTF-8 (Unicode)
F=23
D=0
S=irc.furnet.org
N=GalaxyNet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.galaxynet.org
N=GameSurge
E=UTF-8 (Unicode)
F=19
D=0
S=irc.gamesurge.net
N=GeeksIRC
L=6
E=UTF-8 (Unicode)
F=19
D=0
S=irc.geeksirc.net
N=GeekShed
E=UTF-8 (Unicode)
F=23
D=0
S=irc.geekshed.net
N=German-Elite
E=CP1252
F=19
D=0
S=irc.german-elite.net
N=GIMPNet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.gimp.org
S=irc.gnome.org
N=GlobalGamers
E=UTF-8 (Unicode)
F=19
D=0
S=irc.globalgamers.net/+6660
S=irc.globalgamers.net
N=Hashmark
E=UTF-8 (Unicode)
F=19
D=0
S=irc.hashmark.net
N=IdleMonkeys
E=UTF-8 (Unicode)
F=19
D=0
S=irc.idlemonkeys.net
N=IndirectIRC
L=6
E=UTF-8 (Unicode)
F=19
D=0
S=irc.indirectirc.com
N=Interlinked
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.interlinked.me
N=IRC4Fun
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.irc4fun.net
N=IRCHighWay
E=UTF-8 (Unicode)
F=23
D=0
S=irc.irchighway.net
N=IRCNet
E=UTF-8 (Unicode)
F=19
D=0
S=open.ircnet.net
N=Irctoo.net
E=UTF-8 (Unicode)
F=19
D=0
S=irc.irctoo.net
N=iZ-smart.net
E=CP1252
F=19
D=0
S=irc.iz-smart.net
N=KBFail
E=UTF-8 (Unicode)
F=19
D=0
S=irc.kbfail.net
N=Krstarica
E=UTF-8 (Unicode)
F=19
D=0
S=irc.krstarica.com
N=LibraIRC
E=UTF-8 (Unicode)
F=19
D=0
S=irc.librairc.net
N=LinkNet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.link-net.org/+7000
N=MindForge
L=6
E=UTF-8 (Unicode)
F=19
D=0
S=irc.mindforge.org
N=MIXXnet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.mixxnet.net
N=Moznet
E=UTF-8 (Unicode)
F=23
D=0
S=irc.mozilla.org
N=ObsidianIRC
E=UTF-8 (Unicode)
F=19
D=0
S=irc.obsidianirc.net
N=Oceanius
L=6
E=UTF-8 (Unicode)
F=19
D=0
S=irc.oceanius.com
N=OFTC
E=UTF-8 (Unicode)
F=23
D=0
S=irc.oftc.net
N=OtherNet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.othernet.org
N=OzNet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.oz.org
N=PIRC.PL
E=UTF-8 (Unicode)
F=23
D=0
S=irc.pirc.pl
N=PonyChat
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.ponychat.net
N=PTNet.org
E=UTF-8 (Unicode)
F=19
D=0
S=uevora.ptnet.org
S=vianetworks.ptnet.org
N=QuakeNet
L=8
E=UTF-8 (Unicode)
F=19
D=0
S=irc.quakenet.org
N=Rizon
E=UTF-8 (Unicode)
F=23
D=0
S=irc.rizon.net
N=RusNet
E=KOI8-R (Cyrillic)
F=19
D=0
S=irc.tomsk.net
S=irc.run.net
S=irc.ru
S=irc.lucky.net
N=SceneNet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.scene.org
N=SeilEn.de
E=CP1252
F=19
D=0
S=irc.seilen.de
N=Serenity-IRC
E=UTF-8 (Unicode)
F=19
D=0
S=irc.serenity-irc.net
N=SlashNET
E=UTF-8 (Unicode)
F=19
D=0
S=irc.slashnet.org
N=Snoonet
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.snoonet.org
N=Sohbet.Net
E=CP1254
F=19
D=0
S=irc.sohbet.net
N=SolidIRC
E=UTF-8 (Unicode)
F=19
D=0
S=irc.solidirc.com
N=SorceryNet
L=6
E=UTF-8 (Unicode)
F=19
D=0
S=irc.sorcery.net
N=SpotChat
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.spotchat.org
N=StarChat
E=UTF-8 (Unicode)
F=19
D=0
S=irc.starchat.net
N=Station51
E=UTF-8 (Unicode)
F=19
D=0
S=irc.station51.net
N=StormBit
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.stormbit.net
N=SwiftIRC
E=UTF-8 (Unicode)
F=19
D=0
S=irc.swiftirc.net
N=synIRC
E=UTF-8 (Unicode)
F=19
D=0
S=irc.synirc.net
N=Techtronix
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.techtronix.net
N=TURLINet
E=UTF-8 (Unicode)
F=23
D=0
S=irc.servx.ru
N=UnderNet
L=9
E=UTF-8 (Unicode)
F=19
D=0
S=us.undernet.org
C=MSG x@channels.undernet.org login %u %p
N=UniBG
L=9
E=CP1251
F=19
D=0
S=irc.lirex.com
S=irc.naturella.com
S=irc.techno-link.com
C=MSG NS IDENTIFY %p
N=Worldnet
E=UTF-8 (Unicode)
F=19
D=0
S=irc.worldnet.net
N=Xertion
L=6
E=UTF-8 (Unicode)
F=23
D=0
S=irc.xertion.org

View File

@ -1,303 +0,0 @@
# i3 Config
# -------------------------------------------------------------------------------------------------
# VARIABLES
#
# Default modifier
set $mod Mod4
# Workspaces names
set $wksp1 "1: Main"
set $wksp2 "2: Dev"
set $wksp3 "3: Social"
set $wksp4 "4: Music"
set $wksp5 "5: Graphics"
set $wksp6 "6: Minecraft"
set $wksp7 "7: Remote"
set $wksp8 "8"
set $wksp9 "9: Databases"
set $wksp10 "10: External"
# Colors (Nord's theme)
set $nord0 #2E3440
set $nord1 #3B4252
set $nord2 #434C5E
set $nord3 #4C566A
set $nord4 #D8DEE9
set $nord5 #E5E9F0
set $nord6 #ECEFF4
set $nord7 #8FBCBB
set $nord8 #88C0D0
set $nord9 #81A1C1
set $nord10 #5E81AC
set $nord11 #BF616A
set $nord12 #D08770
set $nord13 #EBCB8B
set $nord14 #A3BE8C
set $nord15 #B48EAD
# Modal
set $modalBorder 4
set $modalWidth 1280
set $modalHeight 800
# Font
set $font DejaVu Sans Mono 9
# Terminal
set $terminal /usr/bin/i3-sensible-terminal
# Border
default_border pixel 4
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# Default font
font pango:$font
# -------------------------------------------------------------------------------------------------
# WINDOW FOCUS/SPLIT/MOVE
#
# change focus (VIM mod)
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
# move focused window
bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
# split in horizontal orientation
bindsym $mod+backslash split h
# split in vertical orientation
bindsym $mod+minus split v
# enter fullscreen mode for the focused container
bindsym $mod+Mod1+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent
# -------------------------------------------------------------------------------------------------
# WORKSPACES
#
workspace $wksp9 output DP-2-2
workspace $wksp10 output DP-2-2
# switch to workspace
bindsym $mod+1 workspace $wksp1
bindsym $mod+2 workspace $wksp2
bindsym $mod+3 workspace $wksp3
bindsym $mod+4 workspace $wksp4
bindsym $mod+5 workspace $wksp5
bindsym $mod+6 workspace $wksp6
bindsym $mod+7 workspace $wksp7
bindsym $mod+8 workspace $wksp8
bindsym $mod+9 workspace $wksp9
bindsym $mod+0 workspace $wksp10
# switch to previous/next workspace
bindsym Mod1+Control+a workspace prev_on_output
bindsym Mod1+Control+d workspace next_on_output
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace $wksp1
bindsym $mod+Shift+2 move container to workspace $wksp2
bindsym $mod+Shift+3 move container to workspace $wksp3
bindsym $mod+Shift+4 move container to workspace $wksp4
bindsym $mod+Shift+5 move container to workspace $wksp5
bindsym $mod+Shift+6 move container to workspace $wksp6
bindsym $mod+Shift+7 move container to workspace $wksp7
bindsym $mod+Shift+8 move container to workspace $wksp8
bindsym $mod+Shift+9 move container to workspace $wksp9
bindsym $mod+Shift+0 move container to workspace $wksp10
# move focused container to previous/next workspace
bindsym Mod1+Shift+Control+a move container to workspace prev
bindsym Mod1+Shift+Control+d move container to workspace next
# -------------------------------------------------------------------------------------------------
# RELOAD / RESTART / EXIT
#
bindsym $mod+Shift+c reload
bindsym $mod+Shift+r restart
bindsym $mod+Shift+e exec "~/Bin/i3quit.sh"
# -------------------------------------------------------------------------------------------------
# RESIZE MODE
#
mode "resize" {
bindsym h resize shrink width 10 px or 10 ppt
bindsym j resize grow height 10 px or 10 ppt
bindsym k resize shrink height 10 px or 10 ppt
bindsym l resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
# -------------------------------------------------------------------------------------------------
# COLORS
#
#colors border back text indicator child_border
client.focused $nord9 $nord9 $nord0 $nord9 $nord9
client.focused_inactive $nord0 $nord0 $nord9 $nord0 $nord0
client.unfocused $nord0 $nord0 $nord9 $nord0 $nord0
client.urgent $nord13 $nord13 $nord0 $nord13 $nord13
client.placeholder $nord13 $nord13 $nord0 $nord13 $nord13
client.background $nord9
# -------------------------------------------------------------------------------------------------
# I3STATUS
#
#bar {
# status_command py3status
## position top
## mode dock
## modifier $mod
# colors {
# background $nord0
# statusline $nord9
# focused_workspace $nord0 $nord9
# active_workspace $nord0 $nord9
# inactive_workspace $nord9 $nord0
# urgent_workspace $nord0 $nord13
# }
#}
# -------------------------------------------------------------------------------------------------
# AUTOSTART
#
exec --no-startup-id i3-msg 'exec blueman-applet &'
#exec --no-startup-id i3-msg 'exec pasystray &'
exec --no-startup-id i3-msg 'exec nm-applet &'
exec --no-startup-id i3-msg 'exec nextcloud &'
exec --no-startup-id i3-msg 'exec remmina -i &'
exec --no-startup-id xsettingsd &
exec --no-startup-id setxkbmap -option compose:rctrl &
exec --no-startup-id libinput-gestures-setup start
exec --no-startup-id i3-msg exec "$terminal"
exec --no-startup-id i3-msg 'exec /usr/bin/firefox'
exec --no-startup-id i3-msg 'exec /usr/bin/spotify'
exec_always --no-startup-id ~/.config/i3/polybar.sh &
# -------------------------------------------------------------------------------------------------
# WALLPAPER
#
exec --no-startup-id ~/Bin/wallpaper.sh
# -------------------------------------------------------------------------------------------------
# Default workspace layout
#
workspace_layout tabbed
# -------------------------------------------------------------------------------------------------
# BIND KEYS APPS
#
# kill focused window
bindsym $mod+Shift+q kill
bindsym Control+q kill
# start Finder
bindsym Mod1+space exec "rofi -show combi"
# start a terminal
bindsym $mod+Return exec "$terminal"
# Lock session
bindsym $mod+Mod1+l exec "~/Bin/lock.sh"
# File browser
bindsym $mod+f exec "$terminal -T 'File Browser' -e ranger"
# Disk usage
bindsym $mod+Shift+f exec "terminator -T 'Ncdu' -x ncdu ~/ --color=dark"
# Find file in user directory
bindsym $mod+x exec "rofi -modi 'find:~/.local/share/rofi/finder.sh' -show find"
# Show top
bindsym $mod+t exec "$terminal -T 'Top' -e bpytop"
# Display
bindsym $mod+p exec "~/Bin/screenlayoutrofi.sh"
bindsym XF86Display exec ~/Bin/screenlayoutrofi.sh
# Multimedia keys
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` +5%
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` -5%
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute `pactl info|grep Sink|cut -d: -f 2` toggle
bindsym $mod+shift+p exec "$terminal -T 'Pulse Mixer' -e pulsemixer"
# Screen brighness
bindsym XF86MonBrightnessDown exec --no-startup-id ~/Bin/brightness.sh down
bindsym XF86MonBrightnessUp exec --no-startup-id ~/Bin/brightness.sh up
# Multimedia
bindsym XF86AudioPlay exec ~/Bin/music.sh PlayPause
bindsym XF86AudioPrev exec ~/Bin/music.sh Previous
bindsym XF86AudioNext exec ~/Bin/music.sh Next
# Take Screenshot
#bindsym Print exec ~/Bin/screenshooter.sh
bindsym $mod+Print exec ~/Bin/slip
# Based on https://www.reddit.com/r/i3wm/comments/j8ufof/screenshot_script/
bindsym --release Shift+Print exec "scrot -s -e 'xclip -selection c -t image/png < $f && mv $f ~/Pictures/screenshots'"
bindsym --release Print exec "scrot -e 'xclip -selection c -t image/png < $f && mv $f ~/Pictures/screenshots'"
# Calendar
bindsym $mod+c exec "$terminal -T 'Calendar' -e khal interactive"
# Note
bindsym $mod+n exec "zettlr"
# -------------------------------------------------------------------------------------------------
# APP DEFAULT POSITION/DECORATIONS
#
for_window [class="Spotify"], move container to workspace $wksp4
for_window [class="X-terminal-emulator" title="Calendar"] floating enable border pixel $modalBorder resize set $modalWidth $modalHeight, move absolute position center
for_window [class="X-terminal-emulator" title="File Browser"] floating enable border pixel $modalBorder resize set $modalWidth $modalHeight, move absolute position center
for_window [class="X-terminal-emulator" title="Pulse Mixer"] floating enable border pixel $modalBorder resize set $modalWidth $modalHeight, move absolute position center
for_window [class="X-terminal-emulator" title="Ncdu"] floating enable border pixel $modalBorder resize set $modalWidth $modalHeight, move absolute position center
for_window [class="X-terminal-emulator" title="Top"] floating enable border pixel $modalBorder resize set $modalWidth $modalHeight, move absolute position center
for_window [class="JViewer"] floating enable border pixel $modalBorder
# -------------------------------------------------------------------------------------------------
# OTHER STUFF
#
# Power save mode and Auto lock screen
exec --no-startup-id xset s 300 30
exec --no-startup-id xset dpms 120
exec --no-startup-id xss-lock -n ~/Bin/lock.sh

View File

@ -1,10 +0,0 @@
#!/usr/bin/env sh
# Terminate already running bar instances
killall -q polybar
# Wait until the processes have been shut down
while pgrep -x polybar >/dev/null; do sleep 1; done
# Launch polybar
polybar bottom &

View File

@ -1,156 +0,0 @@
# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
#general {
# output_format = "i3bar"
# colors = true
# interval = 5
# separator = "❱"
#}
general {
colors = true
interval = 3
color_good = "#A3BE8C"
separator = True
color_bad = "#BF616A"
color_degraded = "#B48EAD"
}
#order += "disk /"
order += "disk /home"
order += "vpn_status"
order += "wifi"
#order += "wireless _first_"
order += "ethernet _first_"
order += "battery_level"
order += "external_script logitech_battery_level"
order += "external_script lcd_brightness"
#order += "sysdata base"
#order += "sysdata temp"
#order += "nvidia_temp"
#order += "uptime"
order += "volume master"
order += "external_script bluetooth_headphones_status"
order += "static_string prev"
order += "external_script spotify"
order += "static_string next"
#order += "static_string screenshot"
order += "tztime local"
# System
#
uptime {
format = "up: {days}d {hours}h {minutes}m"
}
battery_level {
battery_id = all
charging_character=""
blocks=""
format = "{icon} {percent}%"
}
external_script logitech_battery_level {
cache_timeout = 10
format = " {output}"
script_path = '~/Bin/mouse_battery.sh read 2>/dev/null'
}
sysdata base{
format = " CPU: {cpu_usage}%, MEM: {mem_used_percent}%"
}
sysdata temp{
format = "CPU: {cpu_temp}°C"
}
tztime local {
format = " %m/%d %H:%M:%S"
}
# Network
#
vpn_status {
format = " VPN: {name}|"
pidfile = "/sys/class/net/tun0/dev_id"
check_pid = "true"
}
wifi {
# format = " {ip} ({ssid} {signal_percent}{icon} {bitrate})"
format_up = " {ssid} {signal_percent}{icon} {bitrate}"
format_down = " -"
}
wireless _first_ {
format_up = " %ip (%essid)"
format_down = " -"
}
ethernet _first_ {
# format_up = " %ip (%speed)"
format_up = " %speed"
format_down = " -"
}
run_watch DHCP {
pidfile = "/var/run/dhclient*.pid"
}
# Filesystem
#
disk "/" {
format = " / %percentage_free"
on_click 1 = "exec --no-startup-id caja /"
}
disk "/home" {
format = " /home %percentage_free"
on_click 1 = "exec --no-startup-id caja ~/"
}
# Display
#
external_script lcd_brightness {
cache_timeout = 10
format = " {output}%"
script_path = '~/Bin/brightness.sh read 2>/dev/null'
}
# Music
#
external_script bluetooth_headphones_status {
cache_timeout = 10
format = " {output}"
script_path = '~/Bin/bluetooth_headphones_status.sh'
on_click 1 = "exec --no-startup-id ~/Bin/bluetooth_headphones_status.sh toggle_profile"
}
volume master {
format = "♪ %volume"
format_muted = "♪ muted"
device = "default"
mixer = "Master"
mixer_idx = 0
}
static_string prev {
format = ""
# on_click 1 = "exec --no-startup-id qdbus org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous"
on_click 1 = "exec --no-startup-id ~/Bin/music.sh Previous"
}
static_string next {
format = ""
# on_click 1 = "exec --no-startup-id qdbus org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next"
on_click 1 = "exec --no-startup-id ~/Bin/music.sh Next"
}
external_script spotify {
cache_timeout = 10
format = "{output}"
script_path = "~/Bin/nowPlaying.sh"
# script_path = 'pidof spotify >/dev/null && echo " "$(qdbus org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep "^xesam:\(title\|artist\):" | grep -o " .*" | column | sed "s/\t\+/:/g") || (echo "")'
# on_click 1 = "exec --no-startup-id pidof spotify && qdbus org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause"
on_click 1 = "exec --no-startup-id ~/Bin/music.sh PlayPause"
}
# Tools
#
static_string screenshot {
format = ""
on_click 1 = "exec --no-startup-id ~/Bin/screenshooter.sh"
}

View File

@ -1,2 +0,0 @@
gesture: swipe right 3 xdotool key alt+ctrl+d
gesture: swipe left 3 xdotool key alt+ctrl+a

View File

@ -1,33 +0,0 @@
[Default Applications]
x-scheme-handler/http=userapp-Firefox-9USLJ0.desktop
x-scheme-handler/https=userapp-Firefox-9USLJ0.desktop
x-scheme-handler/ftp=userapp-Firefox-9USLJ0.desktop
x-scheme-handler/chrome=userapp-Firefox-9USLJ0.desktop
text/html=userapp-Firefox-9USLJ0.desktop
application/x-extension-htm=userapp-Firefox-9USLJ0.desktop
application/x-extension-html=userapp-Firefox-9USLJ0.desktop
application/x-extension-shtml=userapp-Firefox-9USLJ0.desktop
application/xhtml+xml=userapp-Firefox-9USLJ0.desktop
application/x-extension-xhtml=userapp-Firefox-9USLJ0.desktop
application/x-extension-xht=userapp-Firefox-9USLJ0.desktop
image/x-tga=feh.desktop
image/png=feh.desktop
image/gif=feh.desktop
image/jpeg=feh.desktop
application/javascript=codium.desktop
[Added Associations]
x-scheme-handler/http=firefox.desktop;userapp-Firefox-9USLJ0.desktop;
x-scheme-handler/https=firefox.desktop;userapp-Firefox-9USLJ0.desktop;
x-scheme-handler/ftp=firefox.desktop;userapp-Firefox-9USLJ0.desktop;
x-scheme-handler/chrome=firefox.desktop;userapp-Firefox-9USLJ0.desktop;
text/html=firefox.desktop;userapp-Firefox-9USLJ0.desktop;
application/x-extension-htm=firefox.desktop;userapp-Firefox-9USLJ0.desktop;
application/x-extension-html=firefox.desktop;userapp-Firefox-9USLJ0.desktop;
application/x-extension-shtml=firefox.desktop;userapp-Firefox-9USLJ0.desktop;
application/xhtml+xml=firefox.desktop;userapp-Firefox-9USLJ0.desktop;
application/x-extension-xhtml=firefox.desktop;userapp-Firefox-9USLJ0.desktop;
application/x-extension-xht=firefox.desktop;userapp-Firefox-9USLJ0.desktop;
image/x-tga=feh.desktop;
image/gif=feh.desktop;
image/jpeg=feh.desktop;

View File

@ -1,7 +0,0 @@
[window]
width=1280
height=781
sinkInputType=1
sourceOutputType=1
sinkType=0
sourceType=1

View File

@ -1,19 +0,0 @@
; vim:ft=dosini
[colors]
nord0 = #2E3440
nord1 = #3B4252
nord2 = #434C5E
nord3 = #4C566A
nord4 = #D8DEE9
nord5 = #E5E9F0
nord6 = #ECEFF4
nord7 = #8FBCBB
nord8 = #88C0D0
nord9 = #81A1C1
nord10= #5E81AC
nord11= #BF616A
nord12= #D08770
nord13= #EBCB8B
nord14= #A3BE8C
nord15= #B48EAD

View File

@ -1,66 +0,0 @@
; vim:ft=dosini
include-file = $HOME/.config/polybar/colors
include-file = $HOME/.config/polybar/global
include-file = $HOME/.config/polybar/modules
include-file = $HOME/.config/polybar/settings
[global-wm]
margin-top = 4
margin-bottom = 4
[bar/base]
width = ${global.width}
height = ${global.height}
radius = ${global.radius}
fixed-center = ${global.fixed-center}
background = ${global.background}
foreground = ${global.foreground}
line-size = ${global.line-size}
line-color = ${global.line-color}
border-size = ${global.border-size}
border-color = ${global.border-color}
padding-left = ${global.padding-left}
padding-right = ${global.padding-right}
module-margin-left = ${global.module-margin-left}
module-margin-right = ${global.module-margin-right}
font-0 = ${global.font-0}
font-1 = ${global.font-1}
font-2 = ${global.font-2}
separator = ${global.separator}
cursor-click = ${global.cursor-click}
cursor-scroll = ${global.cursor-scroll}
[bar/top]
inherit = bar/base
bottom = false
modules-left = i3
modules-right = filesystem vpn wlan eth cpu memory battery hhkb logitech lcd_brightness pulseaudio bluetooth_headphones_status multimedia_previous multimedia_current multimedia_next imap tmux date
[bar/bottom]
inherit = bar/base
bottom = true
modules-left = i3
modules-right = filesystem vpn wlan eth battery hhkb logitech lcd_brightness pulseaudio bluetooth_headphones_status multimedia_previous multimedia_current multimedia_next date
; disabled modules
; imap tmux cpu memory temperature-wifi
tray-position = right
tray-padding = 2
tray-background = ${global.background}
tray-detached = false

View File

@ -1,33 +0,0 @@
; vim:ft=dosini
[global]
width = 100%
height = 26
radius = 0
fixed-center = false
background = ${colors.nord0}
foreground = ${colors.nord10}
line-size = 4
line-color = ${colors.nord10}
border-size = 0
border-color = ${colors.nord0}
padding-left = 0
padding-right = 4
module-margin-left = 2
module-margin-right = 2
font-0 = DejaVu Sans Mono for Powerline Book:size=9
font-1 = FontAwesome:pixelsize=9;0
font-2 = ProFontIIx Nerd Font:pixelsize=9;0
separator = ❱
cursor-click = pointer
cursor-scroll = ns-resize

View File

@ -1,303 +0,0 @@
; vim:ft=dosini
[module/filesystem]
type = internal/fs
interval = 120
mount-0 = /home
label-mounted = " %mountpoint%: %percentage_used%%"
label-unmounted =  %mountpoint% not mounted
label-unmounted-foreground = ${colors.nord11}
[module/i3]
type = internal/i3
format = <label-state> <label-mode>
index-sort = true
wrapping-scroll = false
label-focused-foreground = ${colors.nord0}
label-focused-background = ${colors.nord8}
label-focused-underline= ${colors.nord10}
label-focused-padding = 2
label-unfocused-foreground = ${colors.nord5}
label-unfocused-background = ${colors.nord3}
label-unfocused-padding = 2
label-visible-foreground = ${colors.nord5}
label-visible-background = ${colors.nord3}
label-visible-underline = ${colors.nord10}
label-visible-padding = 2
label-urgent-foreground = ${colors.nord5}
label-urgent-background = ${colors.nord12}
label-urgent-underline = ${colors.nord11}
label-urgent-padding = 2
[module/vpn]
type = custom/script
exec = ~/.config/polybar/scripts/vpn-networkmanager-status.sh
interval = 5
[module/wlan]
type = internal/network
interface = wlp59s0
interval = 3.0
format-connected = 直 <label-connected>
label-connected = %essid%
format-connected-underline = ${colors.nord14}
format-disconnected = 睊
format-disconnected-underline = ${colors.nord11}
[module/eth]
type = internal/network
interface = enp0s31f6
interval = 3.0
format-connected-underline = ${colors.nord14}
label-connected =  %linkspeed%
format-disconnected = 
format-disconnected-underline = ${colors.nord11}
[module/date]
type = internal/date
interval = 30
date = %d/%m
time = %H:%M
label =  %date% %time%
[module/pulseaudio]
type = internal/pulseaudio
format-volume = <label-volume> <bar-volume>
label-volume = ♪ %percentage%%
label-muted =  -
label-muted-foreground = ${colors.nord11}
bar-volume-width = 10
bar-volume-foreground-0 = ${colors.nord14}
bar-volume-foreground-1 = ${colors.nord14}
bar-volume-foreground-2 = ${colors.nord14}
bar-volume-foreground-3 = ${colors.nord14}
bar-volume-foreground-4 = ${colors.nord13}
bar-volume-foreground-5 = ${colors.nord13}
bar-volume-foreground-6 = ${colors.nord12}
bar-volume-foreground-7 = ${colors.nord12}
bar-volume-foreground-8 = ${colors.nord11}
bar-volume-foreground-9 = ${colors.nord11}
bar-volume-gradient = true
bar-volume-indicator = |
bar-volume-indicator-font = 2
bar-volume-fill = ▄
bar-volume-fill-font = 2
bar-volume-empty = ▄
bar-volume-empty-font = 2
bar-volume-empty-foreground = ${colors.nord6}
[module/battery]
type = internal/battery
battery = BAT0
adapter = AC
full-at = 100
format-charging = <animation-charging> <label-charging>
format-charging-underline = ${colors.nord14}
format-discharging = <animation-discharging> <label-discharging>
format-discharging-underline = ${colors.nord13}
format-full-prefix = " "
format-full-underline = ${colors.nord10}
animation-charging-0 = 
animation-charging-1 = 
animation-charging-2 = 
animation-charging-3 = 
animation-charging-4 = 
animation-charging-5 = 
animation-charging-framerate = 750
animation-discharging-0 = 
animation-discharging-1 = 
animation-discharging-2 = 
animation-discharging-3 = 
animation-discharging-4 = 
animation-discharging-5 = 
animation-discharging-framerate = 750
[module/logitech]
type = custom/script
exec = ~/Bin/device_battery.sh mouse 2>/dev/null
format =  <label>
label = %output%
[module/hhkb]
type = custom/script
exec = ~/Bin/device_battery.sh keyboard 2>/dev/null
format =  <label>
label = %output%
[module/lcd_brightness]
type = custom/script
exec = ~/Bin/brightness.sh read 2>/dev/null
format =  <label>
label = %output%%
[module/bluetooth_headphones_status]
type = custom/script
exec = ~/Bin/bluetooth_headphones_status.sh
format =  <label>
label = %output%
click-left = ~/Bin/bluetooth_headphones_status.sh toggle_profile
[module/multimedia_previous]
type = custom/text
content = 
click-left = ~/Bin/music.sh Previous
[module/multimedia_next]
type = custom/text
content = 
click-left = ~/Bin/music.sh Next
[module/multimedia_current]
type = custom/script
exec = ~/Bin/nowPlaying.sh
format = <label>
label = %output%
click-left = ~/Bin/music.sh PlayPause
[module/imap]
type = custom/script
exec = ~/.config/polybar/scripts/inbox-imap-shellnetrc.sh
interval = 60
format =  <label>
label = %output%
[module/tmux]
type = custom/script
exec = ~/.config/polybar/scripts/info-tmux-sessions.sh
interval = 5
[module/cpu]
type = internal/cpu
format = <label> <ramp-coreload>
label = CPU %percentage%%
ramp-coreload-spacing = 0
ramp-coreload-0 = ▁
ramp-coreload-1 = ▂
ramp-coreload-2 = ▃
ramp-coreload-3 = ▄
ramp-coreload-4 = ▅
ramp-coreload-5 = ▆
ramp-coreload-6 = ▇
ramp-coreload-7 = █
[module/memory]
type = internal/memory
format = <label> <ramp-used>
label = RAM %percentage_used%%
ramp-used-0 = ▁
ramp-used-1 = ▂
ramp-used-2 = ▃
ramp-used-3 = ▄
ramp-used-4 = ▅
ramp-used-5 = ▆
ramp-used-6 = ▇
ramp-used-7 = █
[module/temperature-cpu]
type = internal/temperature
interval = 0.5
thermal-zone = 0
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input
base-temperature = 20
warn-temperature = 60
format = <ramp> <label>
format-warn = <ramp> <label-warn>
label = CPU %temperature-c%
label-warn = TEMP %temperature-c%
label-warn-foreground = ${colors.nord11}
ramp-0 = ▁
ramp-1 = ▄
ramp-2 = █
[module/temperature-wifi]
type = internal/temperature
interval = 0.5
thermal-zone = 5
hwmon-path = /sys/devices/virtual/thermal/thermal_zone5/hwmon7/temp1_input
base-temperature = 20
warn-temperature = 60
format = <ramp> <label>
format-warn = <ramp> <label-warn>
label = WIFI %temperature-c%
label-warn = TEMP %temperature-c%
label-warn-foreground = ${colors.nord11}
ramp-0 = ▁
ramp-1 = ▄
ramp-2 = █

View File

@ -1,12 +0,0 @@
#!/bin/sh
SERVER="mail.darkou.fr"
NETRC=".netrc"
inbox=$(curl -sf --netrc-file "$NETRC" -X "STATUS INBOX (UNSEEN)" imaps://"$SERVER"/INBOX | tr -d -c "[:digit:]")
if [ "$inbox" ] && [ "$inbox" -gt 0 ]; then
echo "# $inbox"
else
echo "0 unread"
fi

View File

@ -1,21 +0,0 @@
#! /bin/sh
if sessionlist=$(tmux ls 2>/dev/null); then
printf "# "
echo "$sessionlist" | while read -r line; do
session=$(echo "$line" | cut -d ':' -f 1)
if echo "$line" | grep -q "(attached)"; then
status="(a)"
else
status=""
fi
printf "%s%s " "$session" "$status"
done
printf "\n"
else
printf "# none\n"
fi

View File

@ -1,9 +0,0 @@
#!/bin/sh
vpn="$(nmcli -t -f name,type connection show --order name --active 2>/dev/null | grep vpn | head -1 | cut -d ':' -f 1)"
if [ -n "$vpn" ]; then
echo "$vpn"
else
echo ""
fi

View File

@ -1,9 +0,0 @@
#!/bin/sh
connection=$(pgrep -a openvpn$ | head -n 1 | awk '{print $NF }' | cut -d '.' -f 1)
if [ -n "$connection" ]; then
echo "On"
else
echo "Off"
fi

View File

@ -1,5 +0,0 @@
; vim:ft=dosini
[settings]
screenchange-reload = true
pseudo-transparency = true

View File

@ -1,66 +0,0 @@
; ristretto GtkAccelMap rc-file -*- scheme -*-
; this file is an automated accelerator map dump
;
; (gtk_accel_path "<Actions>/RsttoWindow/zoom-out" "<Primary>minus")
; (gtk_accel_path "<Actions>/RsttoWindow/first" "Home")
; (gtk_accel_path "<Actions>/RsttoWindow/sort-filetype" "")
; (gtk_accel_path "<Actions>/RsttoWindow/flip-menu" "")
; (gtk_accel_path "<Actions>/RsttoWindow/rotate-cw" "<Primary>bracketright")
; (gtk_accel_path "<Actions>/RsttoWindow/size-smaller" "")
; (gtk_accel_path "<Actions>/RsttoWindow/delete" "Delete")
; (gtk_accel_path "<Actions>/RsttoWindow/view-menu" "")
; (gtk_accel_path "<Actions>/RsttoWindow/rotate-ccw" "<Primary>bracketleft")
; (gtk_accel_path "<Actions>/RsttoWindow/quit" "<Primary>q")
; (gtk_accel_path "<Actions>/RsttoWindow/zoom-100" "<Primary>0")
; (gtk_accel_path "<Actions>/RsttoWindow/fullscreen" "F11")
; (gtk_accel_path "<Actions>/RsttoWindow/pos-bottom" "")
; (gtk_accel_path "<Actions>/RsttoWindow/file-menu" "")
; (gtk_accel_path "<Actions>/RsttoWindow/help-menu" "")
; (gtk_accel_path "<Actions>/RsttoWindow/sorting-menu" "")
(gtk_accel_path "<Window>/next-image" "Page_Down")
; (gtk_accel_path "<Actions>/RsttoWindow/show-statusbar" "")
(gtk_accel_path "<Actions>/RsttoWindow/play" "F5")
; (gtk_accel_path "<Actions>/RsttoWindow/zoom-fit" "<Primary>equal")
; (gtk_accel_path "<Actions>/RsttoWindow/thumbnailbar-position-menu" "")
; (gtk_accel_path "<Actions>/RsttoWindow/go-menu" "")
; (gtk_accel_path "<Actions>/RsttoWindow/flip-horizontally" "<Primary>braceright")
; (gtk_accel_path "<Actions>/RsttoWindow/sort-filename" "")
; (gtk_accel_path "<Actions>/RsttoWindow/show-thumbnailbar" "<Primary>m")
; (gtk_accel_path "<Actions>/RsttoWindow/thumbnailbar-size-menu" "")
; (gtk_accel_path "<Actions>/RsttoWindow/edit-menu" "")
; (gtk_accel_path "<Actions>/RsttoWindow/set-as-wallpaper" "")
; (gtk_accel_path "<Actions>/RsttoWindow/pos-left" "")
; (gtk_accel_path "<Actions>/RsttoWindow/contents" "F1")
; (gtk_accel_path "<Actions>/RsttoWindow/pos-top" "")
; (gtk_accel_path "<Actions>/RsttoWindow/clear-private-data" "<Primary><Shift>Delete")
; (gtk_accel_path "<Actions>/RsttoWindow/flip-vertically" "<Primary>braceleft")
; (gtk_accel_path "<Actions>/RsttoWindow/size-normal" "")
; (gtk_accel_path "<Actions>/RsttoWindow/save-copy" "<Primary>s")
; (gtk_accel_path "<Actions>/RsttoWindow/preferences" "")
; (gtk_accel_path "<Actions>/RsttoWindow/size-menu" "")
(gtk_accel_path "<Window>/fullscreen" "f")
(gtk_accel_path "<Window>/refresh" "<Primary>r")
(gtk_accel_path "<Window>/unfullscreen" "Escape")
; (gtk_accel_path "<Actions>/RsttoWindow/size-very-large" "")
; (gtk_accel_path "<Actions>/RsttoWindow/show-toolbar" "")
; (gtk_accel_path "<Actions>/RsttoWindow/back" "BackSpace")
; (gtk_accel_path "<Actions>/RsttoWindow/size-very-small" "")
; (gtk_accel_path "<Actions>/RsttoWindow/pos-right" "")
; (gtk_accel_path "<Actions>/RsttoWindow/about" "")
; (gtk_accel_path "<Actions>/RsttoWindow/size-larger" "")
; (gtk_accel_path "<Actions>/RsttoWindow/close" "<Primary>w")
; (gtk_accel_path "<Actions>/RsttoWindow/last" "End")
; (gtk_accel_path "<Actions>/RsttoWindow/size-large" "")
; (gtk_accel_path "<Actions>/RsttoWindow/zoom-in" "<Primary>plus")
(gtk_accel_path "<Window>/previous-image" "Page_Up")
; (gtk_accel_path "<Actions>/RsttoWindow/position-menu" "")
; (gtk_accel_path "<Actions>/RsttoWindow/forward" "space")
; (gtk_accel_path "<Actions>/RsttoWindow/open-with-menu" "")
(gtk_accel_path "<Window>/quit" "q")
; (gtk_accel_path "<Actions>/RsttoWindow/size-small" "")
; (gtk_accel_path "<Actions>/RsttoWindow/zoom-menu" "")
; (gtk_accel_path "<Actions>/RsttoWindow/properties" "")
(gtk_accel_path "<Window>/delete" "<Shift>Delete")
; (gtk_accel_path "<Actions>/RsttoWindow/sort-date" "")
; (gtk_accel_path "<Actions>/RsttoWindow/rotation-menu" "")
; (gtk_accel_path "<Actions>/RsttoWindow/open" "<Primary>o")

View File

@ -1 +0,0 @@
rofi.theme: nord

View File

@ -1,3 +0,0 @@
[general]
sorting=1
ordering=1

View File

@ -1,95 +0,0 @@
* {
nord0: #2e3440;
nord1: #3b4252;
nord2: #434c5e;
nord3: #4c566a;
nord4: #d8dee9;
nord5: #e5e9f0;
nord6: #eceff4;
nord7: #8fbcbb;
nord8: #88c0d0;
nord9: #81a1c1;
nord10: #5e81ac;
nord11: #bf616a;
nord12: #d08770;
nord13: #ebcb8b;
nord14: #a3be8c;
nord15: #b48ead;
background-color: @nord1;
border: 0px;
margin: 0px;
padding: 0px;
spacing: 0px;
text-color: @nord4;
}
#window {
width: 33%;
border: 5;
border-color: @nord3;
}
#inputbar {
text-color: @nord3;
padding: 6px;
margin: 0px 0px 2px;
children: [ entry ];
}
#entry {
background-color: @nord3;
text-color: @nord4;
padding: 5px;
}
#message {
border: 0px 0px 1px;
border-color: @nord3;
padding: 0px 0px 6px 7px;
}
#listview {
lines: 10;
padding: 2px 0px 0px;
scrollbar: true;
}
#element {
padding: 0px 0px 0px 7px;
margin: 0px 0px 5px 0px;
text-color: @nord4;
}
#element.normal.normal {
text-color: @nord4;
}
#element.normal.urgent {
text-color: @nord11;
}
#element.normal.active {
text-color: @nord10;
}
#element.alternate.normal {
text-color: @nord4;
}
#element.alternate.urgent {
text-color: @nord11;
}
#element.alternate.active {
text-color: @nord10;
}
#element.selected.normal {
background-color: @nord8;
text-color: @nord1;
}
#element.selected.urgent {
background-color: @nord11;
text-color: @nord4;
}
#element.selected.active {
background-color: @nord10;
text-color: @nord4;
}
#scrollbar {
handle-color: @nord3;
handle-width: 0.50em;
}
#button.selected {
background-color: @nord8;
text-color: @nord4;
}

View File

@ -1,12 +0,0 @@
DMENU_CMD="rofi -dmenu"
RECORD_PIDFILE="/tmp/slip_record.pid"
IMAGES="${HOME}/Pictures/screenshots"
VIDEOS="${HOME}/Videos"
DMENU_PROMPT="slip"
GIF_SCALE="640"
GIF_FPS="15"
SOUND=0
NOUPLOAD=1

View File

@ -1 +0,0 @@
/usr/lib/systemd/user/ssh-agent.service

View File

@ -1,2 +0,0 @@
[Install]
WantedBy=default.target

View File

@ -1,33 +0,0 @@
[global_config]
title_transmit_fg_color = "#2E3440"
title_transmit_bg_color = "#88C0D0"
title_receive_fg_color = "#2E3440"
title_receive_bg_color = "#8FBCBB"
title_inactive_fg_color = "#D8DEE9"
title_inactive_bg_color = "#4C566A"
title_use_system_font = False
title_font = DejaVu Sans Mono for Powerline 8
[keybindings]
[profiles]
[[default]]
cursor_color = "#aaaaaa"
[[nord]]
background_color = "#2e3440"
background_darkness = 0.95
background_type = transparent
cursor_color = "#D8DEE9"
font = Droid Sans Mono for Powerline 9
foreground_color = "#d8dee9"
scrollback_infinite = True
palette = "#3b4252:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#88c0d0:#e5e9f0:#4c566a:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#8fbcbb:#eceff4"
use_system_font = False
[layouts]
[[default]]
[[[window0]]]
type = Window
parent = ""
[[[child1]]]
type = Terminal
parent = window0
profile = nord
[plugins]

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="ristretto" version="1.0">
<property name="window" type="empty">
<property name="navigationbar" type="empty">
<property name="position" type="string" value="left"/>
</property>
<property name="height" type="uint" value="765"/>
<property name="width" type="uint" value="1276"/>
</property>
<property name="file" type="empty">
<property name="current-uri" type="string" value="file:///home/dbroqua/Nextcloud"/>
</property>
<property name="desktop" type="empty">
<property name="type" type="string" value="none"/>
</property>
</channel>

View File

@ -1,137 +0,0 @@
! ------------------------------------------------------------------------------
! Colour Configuration
! ------------------------------------------------------------------------------
! Based on Nord: https://github.com/arcticicestudio/nord-xresources
#define nord0 #2E3440
#define nord1 #3B4252
#define nord2 #434C5E
#define nord3 #4C566A
#define nord4 #D8DEE9
#define nord5 #E5E9F0
#define nord6 #ECEFF4
#define nord7 #8FBCBB
#define nord8 #88C0D0
#define nord9 #81A1C1
#define nord10 #5E81AC
#define nord11 #BF616A
#define nord12 #D08770
#define nord13 #EBCB8B
#define nord14 #A3BE8C
#define nord15 #B48EAD
*.foreground: nord4
*.background: nord0
*.cursorColor: nord4
*fading: 35
*fadeColor: nord3
*.color0: nord1
*.color1: nord11
*.color2: nord14
*.color3: nord13
*.color4: nord9
*.color5: nord15
*.color6: nord8
*.color7: nord5
*.color8: nord3
*.color9: nord11
*.color10: nord14
*.color11: nord13
*.color12: nord9
*.color13: nord15
*.color14: nord7
*.color15: nord6
! General settins
!URxvt.geometry: 94x47
URxvt.shading: 60
URxvt.transparent: true
URxvt.tintColor: nord0
URxvt.saveLines: 10000
URxvt.scrollBar: true
URxvt.scrollBar_right: true
URxvt.scrollColor: nord3
URxvt.scrollBar_floating: true
URxvt.scrollstyle: plain
URxvt.cursorBlink: true
URxvt.cursorUnderline: true
! Colors
URxvt.depth: 32
URxvt.background: rgba:2625/3232/3838/cccc
! ------------------------------------------------------------------------------
! Font configuration
! ------------------------------------------------------------------------------
!URxvt.font: xft:DejaVu Sans Mono:size=9:antialias=true:hinting=true, xft:FontAwesome:size=9
*.font: xft:DejaVu Sans Mono for Powerline:size=9:antialias=true:hinting=true, \
xft:FontAwesome Regular:size=9:antialias=true:hinting=true
!, \
! xft:Pomodoro:size=6, \
! xft:FontAwesome:size=6, \
! xft:icomoon:size=6, \
! xft:octicons:size=6
!URxvt.boldFont: xft:DejaVu Sans Mono:size=9
!URxvt.boldItalicFont: xft:DejaVu Sans Mono:italic:size=9
! ------------------------------------------------------------------------------
! URxvt configs
! ------------------------------------------------------------------------------
! perl extensions
!URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher,tabbed
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher
! macros for clipboard and selection
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.underlineURLs: true
URxvt.urlButton: 1
! Tab
!URxvt.tabbed.tabbar-fg: 4
!URxvt.tabbed.tabbar-bg: 0
!URxvt.tabbed.tab-fg: 7
!URxvt.tabbed.tab-bg: 14
! Auto click
URxvt.url-launcher: /usr/bin/xdg-open
! scroll one line
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
! control arrow
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Control-Left: \033[1;5D
! ------------------------------------------------------------------------------
! Rofi configs
! ------------------------------------------------------------------------------
rofi.lines: 12
rofi.modi: combi
rofi.combi-modi: window,ssh,run,drun,emoji
rofi.font: Droid Sans Mono 8
rofi.terminal: urxvt
! ------------------------------------------------------------------------------
! Dmenu configs
! ------------------------------------------------------------------------------
dmenu.selforeground: #d8dee9
dmenu.background: #2e3440
dmenu.selbackground: #bf616a
dmenu.foreground: #d8dee9

View File

@ -1,90 +0,0 @@
# Shadow
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-radius = 7;
shadow-offset-x = -7;
shadow-offset-y = -7;
# shadow-opacity = 0.7;
# shadow-red = 0.0;
# shadow-green = 0.0;
# shadow-blue = 0.0;
shadow-exclude = [
"name = 'Notification'",
"class_g = 'Firefox'",
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"_GTK_FRAME_EXTENTS@:c"
];
# shadow-exclude = "n:e:Notification";
# shadow-exclude-reg = "x10+0+0";
# xinerama-shadow-crop = true;
# Opacity
menu-opacity = 0.8;
inactive-opacity = 0.8;
# active-opacity = 0.8;
frame-opacity = 0.7;
inactive-opacity-override = false;
alpha-step = 0.06;
# inactive-dim = 0.2;
# inactive-dim-fixed = true;
# blur-background = true;
# blur-background-frame = true;
blur-kern = "3x3box";
# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
# blur-background-fixed = true;
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@:c"
];
# opacity-rule = [ "80:class_g = 'URxvt'" ];
# Fading
fading = true;
# fade-delta = 30;
fade-in-step = 0.03;
fade-out-step = 0.03;
# no-fading-openclose = true;
# no-fading-destroyed-argb = true;
fade-exclude = [ ];
# Other
backend = "xrender";
mark-wmwin-focused = true;
mark-ovredir-focused = true;
# use-ewmh-active-win = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = "none";
dbe = false;
paint-on-overlay = true;
# sw-opti = true;
# unredir-if-possible = true;
# unredir-if-possible-delay = 5000;
# unredir-if-possible-exclude = [ ];
focus-exclude = [ "class_g = 'Firefox'" ];
detect-transient = true;
detect-client-leader = true;
invert-color-include = [ ];
# resize-damage = 1;
# GLX backend
# glx-no-stencil = true;
glx-copy-from-front = false;
# glx-use-copysubbuffermesa = true;
# glx-no-rebind-pixmap = true;
glx-swap-method = "undefined";
# glx-use-gpushader4 = true;
# xrender-sync = true;
# xrender-sync-fence = true;
# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
};

View File

@ -1,18 +0,0 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/dbroqua/.gtkrc-2.0.mine"
gtk-theme-name="vimix-laptop-doder"
gtk-icon-theme-name="Tela"
gtk-font-name="Noto Sans Regular 12"
gtk-cursor-theme-name="Breeze_Snow"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"

View File

@ -1,12 +0,0 @@
#!/bin/bash
if [ "$1" = "enp0s31f6" ]; then
case "$2" in
up)
nmcli radio wifi off
;;
down)
nmcli radio wifi on
;;
esac
fi

View File

@ -1,686 +0,0 @@
" Copyright (C) 2016-present Arctic Ice Studio <development@arcticicestudio.com>
" Copyright (C) 2016-present Sven Greb <development@svengreb.de>
" Project: Nord Vim
" Repository: https://github.com/arcticicestudio/nord-vim
" License: MIT
if version > 580
hi clear
if exists("syntax_on")
syntax reset
endif
endif
let g:colors_name = "nord"
let s:nord_vim_version="0.13.0"
set background=dark
let s:nord0_gui = "#2E3440"
let s:nord1_gui = "#3B4252"
let s:nord2_gui = "#434C5E"
let s:nord3_gui = "#4C566A"
let s:nord3_gui_bright = "#616E88"
let s:nord4_gui = "#D8DEE9"
let s:nord5_gui = "#E5E9F0"
let s:nord6_gui = "#ECEFF4"
let s:nord7_gui = "#8FBCBB"
let s:nord8_gui = "#88C0D0"
let s:nord9_gui = "#81A1C1"
let s:nord10_gui = "#5E81AC"
let s:nord11_gui = "#BF616A"
let s:nord12_gui = "#D08770"
let s:nord13_gui = "#EBCB8B"
let s:nord14_gui = "#A3BE8C"
let s:nord15_gui = "#B48EAD"
let s:nord1_term = "0"
let s:nord3_term = "8"
let s:nord5_term = "7"
let s:nord6_term = "15"
let s:nord7_term = "14"
let s:nord8_term = "6"
let s:nord9_term = "4"
let s:nord10_term = "12"
let s:nord11_term = "1"
let s:nord12_term = "11"
let s:nord13_term = "3"
let s:nord14_term = "2"
let s:nord15_term = "5"
let s:nord3_gui_brightened = [
\ s:nord3_gui,
\ "#4e586d",
\ "#505b70",
\ "#525d73",
\ "#556076",
\ "#576279",
\ "#59647c",
\ "#5b677f",
\ "#5d6982",
\ "#5f6c85",
\ "#616e88",
\ "#63718b",
\ "#66738e",
\ "#687591",
\ "#6a7894",
\ "#6d7a96",
\ "#6f7d98",
\ "#72809a",
\ "#75829c",
\ "#78859e",
\ "#7b88a1",
\ ]
if !exists("g:nord_bold")
let g:nord_bold = 1
endif
let s:bold = "bold,"
if g:nord_bold == 0
let s:bold = ""
endif
if !exists("g:nord_italic")
if has("gui_running") || $TERM_ITALICS == "true"
let g:nord_italic = 1
else
let g:nord_italic = 0
endif
endif
let s:italic = "italic,"
if g:nord_italic == 0
let s:italic = ""
endif
let s:underline = "underline,"
if ! get(g:, "nord_underline", 1)
let s:underline = "NONE,"
endif
let s:italicize_comments = ""
if exists("g:nord_italic_comments")
if g:nord_italic_comments == 1
let s:italicize_comments = s:italic
endif
endif
if !exists('g:nord_uniform_status_lines')
let g:nord_uniform_status_lines = 0
endif
function! s:logWarning(msg)
echohl WarningMsg
echomsg 'nord: warning: ' . a:msg
echohl None
endfunction
if exists("g:nord_comment_brightness")
call s:logWarning('Variable g:nord_comment_brightness has been deprecated and will be removed in version 1.0.0!' .
\' The comment color brightness has been increased by 10% by default.' .
\' Please see https://github.com/arcticicestudio/nord-vim/issues/145 for more details.')
let g:nord_comment_brightness = 10
endif
if !exists("g:nord_uniform_diff_background")
let g:nord_uniform_diff_background = 0
endif
if !exists("g:nord_cursor_line_number_background")
let g:nord_cursor_line_number_background = 0
endif
if !exists("g:nord_bold_vertical_split_line")
let g:nord_bold_vertical_split_line = 0
endif
function! s:hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
if a:guifg != ""
exec "hi " . a:group . " guifg=" . a:guifg
endif
if a:guibg != ""
exec "hi " . a:group . " guibg=" . a:guibg
endif
if a:ctermfg != ""
exec "hi " . a:group . " ctermfg=" . a:ctermfg
endif
if a:ctermbg != ""
exec "hi " . a:group . " ctermbg=" . a:ctermbg
endif
if a:attr != ""
exec "hi " . a:group . " gui=" . a:attr . " cterm=" . substitute(a:attr, "undercurl", s:underline, "")
endif
if a:guisp != ""
exec "hi " . a:group . " guisp=" . a:guisp
endif
endfunction
"+---------------+
"+ UI Components +
"+---------------+
"+--- Attributes ---+
call s:hi("Bold", "", "", "", "", s:bold, "")
call s:hi("Italic", "", "", "", "", s:italic, "")
call s:hi("Underline", "", "", "", "", s:underline, "")
"+--- Editor ---+
call s:hi("ColorColumn", "", s:nord1_gui, "NONE", s:nord1_term, "", "")
call s:hi("Cursor", s:nord0_gui, s:nord4_gui, "", "NONE", "", "")
call s:hi("CursorLine", "", s:nord1_gui, "NONE", s:nord1_term, "NONE", "")
call s:hi("Error", s:nord0_gui, s:nord11_gui, "", s:nord11_term, "", "")
call s:hi("iCursor", s:nord0_gui, s:nord4_gui, "", "NONE", "", "")
call s:hi("LineNr", s:nord3_gui, s:nord0_gui, s:nord3_term, "NONE", "", "")
call s:hi("MatchParen", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_term, "", "")
call s:hi("NonText", s:nord2_gui, "", s:nord3_term, "", "", "")
call s:hi("Normal", s:nord4_gui, s:nord0_gui, "NONE", "NONE", "", "")
call s:hi("PMenu", s:nord4_gui, s:nord2_gui, "NONE", s:nord1_term, "NONE", "")
call s:hi("PmenuSbar", s:nord4_gui, s:nord2_gui, "NONE", s:nord1_term, "", "")
call s:hi("PMenuSel", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_term, "", "")
call s:hi("PmenuThumb", s:nord8_gui, s:nord3_gui, "NONE", s:nord3_term, "", "")
call s:hi("SpecialKey", s:nord3_gui, "", s:nord3_term, "", "", "")
call s:hi("SpellBad", s:nord11_gui, s:nord0_gui, s:nord11_term, "NONE", "undercurl", s:nord11_gui)
call s:hi("SpellCap", s:nord13_gui, s:nord0_gui, s:nord13_term, "NONE", "undercurl", s:nord13_gui)
call s:hi("SpellLocal", s:nord5_gui, s:nord0_gui, s:nord5_term, "NONE", "undercurl", s:nord5_gui)
call s:hi("SpellRare", s:nord6_gui, s:nord0_gui, s:nord6_term, "NONE", "undercurl", s:nord6_gui)
call s:hi("Visual", "", s:nord2_gui, "", s:nord1_term, "", "")
call s:hi("VisualNOS", "", s:nord2_gui, "", s:nord1_term, "", "")
"+- Neovim Support -+
call s:hi("healthError", s:nord11_gui, s:nord1_gui, s:nord11_term, s:nord1_term, "", "")
call s:hi("healthSuccess", s:nord14_gui, s:nord1_gui, s:nord14_term, s:nord1_term, "", "")
call s:hi("healthWarning", s:nord13_gui, s:nord1_gui, s:nord13_term, s:nord1_term, "", "")
call s:hi("TermCursorNC", "", s:nord1_gui, "", s:nord1_term, "", "")
"+- Vim 8 Terminal Colors -+
if has('terminal')
let g:terminal_ansi_colors = [s:nord1_gui, s:nord11_gui, s:nord14_gui, s:nord13_gui, s:nord9_gui, s:nord15_gui, s:nord8_gui, s:nord5_gui, s:nord3_gui, s:nord11_gui, s:nord14_gui, s:nord13_gui, s:nord9_gui, s:nord15_gui, s:nord7_gui, s:nord6_gui]
endif
"+- Neovim Terminal Colors -+
if has('nvim')
let g:terminal_color_0 = s:nord1_gui
let g:terminal_color_1 = s:nord11_gui
let g:terminal_color_2 = s:nord14_gui
let g:terminal_color_3 = s:nord13_gui
let g:terminal_color_4 = s:nord9_gui
let g:terminal_color_5 = s:nord15_gui
let g:terminal_color_6 = s:nord8_gui
let g:terminal_color_7 = s:nord5_gui
let g:terminal_color_8 = s:nord3_gui
let g:terminal_color_9 = s:nord11_gui
let g:terminal_color_10 = s:nord14_gui
let g:terminal_color_11 = s:nord13_gui
let g:terminal_color_12 = s:nord9_gui
let g:terminal_color_13 = s:nord15_gui
let g:terminal_color_14 = s:nord7_gui
let g:terminal_color_15 = s:nord6_gui
endif
"+--- Gutter ---+
call s:hi("CursorColumn", "", s:nord1_gui, "NONE", s:nord1_term, "", "")
if g:nord_cursor_line_number_background == 0
call s:hi("CursorLineNr", s:nord4_gui, s:nord0_gui, "NONE", "", "NONE", "")
else
call s:hi("CursorLineNr", s:nord4_gui, s:nord1_gui, "NONE", s:nord1_term, "NONE", "")
endif
call s:hi("Folded", s:nord3_gui, s:nord1_gui, s:nord3_term, s:nord1_term, s:bold, "")
call s:hi("FoldColumn", s:nord3_gui, s:nord0_gui, s:nord3_term, "NONE", "", "")
call s:hi("SignColumn", s:nord1_gui, s:nord0_gui, s:nord1_term, "NONE", "", "")
"+--- Navigation ---+
call s:hi("Directory", s:nord8_gui, "", s:nord8_term, "NONE", "", "")
"+--- Prompt/Status ---+
call s:hi("EndOfBuffer", s:nord1_gui, "", s:nord1_term, "NONE", "", "")
call s:hi("ErrorMsg", s:nord4_gui, s:nord11_gui, "NONE", s:nord11_term, "", "")
call s:hi("ModeMsg", s:nord4_gui, "", "", "", "", "")
call s:hi("MoreMsg", s:nord4_gui, "", "", "", "", "")
call s:hi("Question", s:nord4_gui, "", "NONE", "", "", "")
if g:nord_uniform_status_lines == 0
call s:hi("StatusLine", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_term, "NONE", "")
call s:hi("StatusLineNC", s:nord4_gui, s:nord1_gui, "NONE", s:nord1_term, "NONE", "")
call s:hi("StatusLineTerm", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_term, "NONE", "")
call s:hi("StatusLineTermNC", s:nord4_gui, s:nord1_gui, "NONE", s:nord1_term, "NONE", "")
else
call s:hi("StatusLine", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_term, "NONE", "")
call s:hi("StatusLineNC", s:nord4_gui, s:nord3_gui, "NONE", s:nord3_term, "NONE", "")
call s:hi("StatusLineTerm", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_term, "NONE", "")
call s:hi("StatusLineTermNC", s:nord4_gui, s:nord3_gui, "NONE", s:nord3_term, "NONE", "")
endif
call s:hi("WarningMsg", s:nord0_gui, s:nord13_gui, s:nord1_term, s:nord13_term, "", "")
call s:hi("WildMenu", s:nord8_gui, s:nord1_gui, s:nord8_term, s:nord1_term, "", "")
"+--- Search ---+
call s:hi("IncSearch", s:nord6_gui, s:nord10_gui, s:nord6_term, s:nord10_term, s:underline, "")
call s:hi("Search", s:nord1_gui, s:nord8_gui, s:nord1_term, s:nord8_term, "NONE", "")
"+--- Tabs ---+
call s:hi("TabLine", s:nord4_gui, s:nord1_gui, "NONE", s:nord1_term, "NONE", "")
call s:hi("TabLineFill", s:nord4_gui, s:nord1_gui, "NONE", s:nord1_term, "NONE", "")
call s:hi("TabLineSel", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_term, "NONE", "")
"+--- Window ---+
call s:hi("Title", s:nord4_gui, "", "NONE", "", "NONE", "")
if g:nord_bold_vertical_split_line == 0
call s:hi("VertSplit", s:nord2_gui, s:nord0_gui, s:nord3_term, "NONE", "NONE", "")
else
call s:hi("VertSplit", s:nord2_gui, s:nord1_gui, s:nord3_term, s:nord1_term, "NONE", "")
endif
"+----------------------+
"+ Language Base Groups +
"+----------------------+
call s:hi("Boolean", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("Character", s:nord14_gui, "", s:nord14_term, "", "", "")
call s:hi("Comment", s:nord3_gui_bright, "", s:nord3_term, "", s:italicize_comments, "")
call s:hi("Conditional", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("Constant", s:nord4_gui, "", "NONE", "", "", "")
call s:hi("Define", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("Delimiter", s:nord6_gui, "", s:nord6_term, "", "", "")
call s:hi("Exception", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("Float", s:nord15_gui, "", s:nord15_term, "", "", "")
call s:hi("Function", s:nord8_gui, "", s:nord8_term, "", "", "")
call s:hi("Identifier", s:nord4_gui, "", "NONE", "", "NONE", "")
call s:hi("Include", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("Keyword", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("Label", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("Number", s:nord15_gui, "", s:nord15_term, "", "", "")
call s:hi("Operator", s:nord9_gui, "", s:nord9_term, "", "NONE", "")
call s:hi("PreProc", s:nord9_gui, "", s:nord9_term, "", "NONE", "")
call s:hi("Repeat", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("Special", s:nord4_gui, "", "NONE", "", "", "")
call s:hi("SpecialChar", s:nord13_gui, "", s:nord13_term, "", "", "")
call s:hi("SpecialComment", s:nord8_gui, "", s:nord8_term, "", s:italicize_comments, "")
call s:hi("Statement", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("StorageClass", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("String", s:nord14_gui, "", s:nord14_term, "", "", "")
call s:hi("Structure", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("Tag", s:nord4_gui, "", "", "", "", "")
call s:hi("Todo", s:nord13_gui, "NONE", s:nord13_term, "NONE", "", "")
call s:hi("Type", s:nord9_gui, "", s:nord9_term, "", "NONE", "")
call s:hi("Typedef", s:nord9_gui, "", s:nord9_term, "", "", "")
hi! link Macro Define
hi! link PreCondit PreProc
"+-----------+
"+ Languages +
"+-----------+
call s:hi("asciidocAttributeEntry", s:nord10_gui, "", s:nord10_term, "", "", "")
call s:hi("asciidocAttributeList", s:nord10_gui, "", s:nord10_term, "", "", "")
call s:hi("asciidocAttributeRef", s:nord10_gui, "", s:nord10_term, "", "", "")
call s:hi("asciidocHLabel", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("asciidocListingBlock", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("asciidocMacroAttributes", s:nord8_gui, "", s:nord8_term, "", "", "")
call s:hi("asciidocOneLineTitle", s:nord8_gui, "", s:nord8_term, "", "", "")
call s:hi("asciidocPassthroughBlock", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("asciidocQuotedMonospaced", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("asciidocTriplePlusPassthrough", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link asciidocAdmonition Keyword
hi! link asciidocAttributeRef markdownH1
hi! link asciidocBackslash Keyword
hi! link asciidocMacro Keyword
hi! link asciidocQuotedBold Bold
hi! link asciidocQuotedEmphasized Italic
hi! link asciidocQuotedMonospaced2 asciidocQuotedMonospaced
hi! link asciidocQuotedUnconstrainedBold asciidocQuotedBold
hi! link asciidocQuotedUnconstrainedEmphasized asciidocQuotedEmphasized
hi! link asciidocURL markdownLinkText
call s:hi("awkCharClass", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("awkPatterns", s:nord9_gui, "", s:nord9_term, "", s:bold, "")
hi! link awkArrayElement Identifier
hi! link awkBoolLogic Keyword
hi! link awkBrktRegExp SpecialChar
hi! link awkComma Delimiter
hi! link awkExpression Keyword
hi! link awkFieldVars Identifier
hi! link awkLineSkip Keyword
hi! link awkOperator Operator
hi! link awkRegExp SpecialChar
hi! link awkSearch Keyword
hi! link awkSemicolon Delimiter
hi! link awkSpecialCharacter SpecialChar
hi! link awkSpecialPrintf SpecialChar
hi! link awkVariables Identifier
call s:hi("cIncluded", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link cOperator Operator
hi! link cPreCondit PreCondit
call s:hi("cmakeGeneratorExpression", s:nord10_gui, "", s:nord10_term, "", "", "")
hi! link csPreCondit PreCondit
hi! link csType Type
hi! link csXmlTag SpecialComment
call s:hi("cssAttributeSelector", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("cssDefinition", s:nord7_gui, "", s:nord7_term, "", "NONE", "")
call s:hi("cssIdentifier", s:nord7_gui, "", s:nord7_term, "", s:underline, "")
call s:hi("cssStringQ", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link cssAttr Keyword
hi! link cssBraces Delimiter
hi! link cssClassName cssDefinition
hi! link cssColor Number
hi! link cssProp cssDefinition
hi! link cssPseudoClass cssDefinition
hi! link cssPseudoClassId cssPseudoClass
hi! link cssVendor Keyword
call s:hi("dosiniHeader", s:nord8_gui, "", s:nord8_term, "", "", "")
hi! link dosiniLabel Type
call s:hi("dtBooleanKey", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("dtExecKey", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("dtLocaleKey", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("dtNumericKey", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("dtTypeKey", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link dtDelim Delimiter
hi! link dtLocaleValue Keyword
hi! link dtTypeValue Keyword
if g:nord_uniform_diff_background == 0
call s:hi("DiffAdd", s:nord14_gui, s:nord0_gui, s:nord14_term, "NONE", "inverse", "")
call s:hi("DiffChange", s:nord13_gui, s:nord0_gui, s:nord13_term, "NONE", "inverse", "")
call s:hi("DiffDelete", s:nord11_gui, s:nord0_gui, s:nord11_term, "NONE", "inverse", "")
call s:hi("DiffText", s:nord9_gui, s:nord0_gui, s:nord9_term, "NONE", "inverse", "")
else
call s:hi("DiffAdd", s:nord14_gui, s:nord1_gui, s:nord14_term, s:nord1_term, "", "")
call s:hi("DiffChange", s:nord13_gui, s:nord1_gui, s:nord13_term, s:nord1_term, "", "")
call s:hi("DiffDelete", s:nord11_gui, s:nord1_gui, s:nord11_term, s:nord1_term, "", "")
call s:hi("DiffText", s:nord9_gui, s:nord1_gui, s:nord9_term, s:nord1_term, "", "")
endif
" Legacy groups for official git.vim and diff.vim syntax
hi! link diffAdded DiffAdd
hi! link diffChanged DiffChange
hi! link diffRemoved DiffDelete
call s:hi("gitconfigVariable", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("goBuiltins", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link goConstants Keyword
call s:hi("helpBar", s:nord3_gui, "", s:nord3_term, "", "", "")
call s:hi("helpHyperTextJump", s:nord8_gui, "", s:nord8_term, "", s:underline, "")
call s:hi("htmlArg", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("htmlLink", s:nord4_gui, "", "", "", "NONE", "NONE")
hi! link htmlBold Bold
hi! link htmlEndTag htmlTag
hi! link htmlItalic Italic
hi! link htmlH1 markdownH1
hi! link htmlH2 markdownH1
hi! link htmlH3 markdownH1
hi! link htmlH4 markdownH1
hi! link htmlH5 markdownH1
hi! link htmlH6 markdownH1
hi! link htmlSpecialChar SpecialChar
hi! link htmlTag Keyword
hi! link htmlTagN htmlTag
call s:hi("javaDocTags", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link javaCommentTitle Comment
hi! link javaScriptBraces Delimiter
hi! link javaScriptIdentifier Keyword
hi! link javaScriptNumber Number
call s:hi("jsonKeyword", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("lessClass", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link lessAmpersand Keyword
hi! link lessCssAttribute Delimiter
hi! link lessFunction Function
hi! link cssSelectorOp Keyword
hi! link lispAtomBarSymbol SpecialChar
hi! link lispAtomList SpecialChar
hi! link lispAtomMark Keyword
hi! link lispBarSymbol SpecialChar
hi! link lispFunc Function
hi! link luaFunc Function
call s:hi("markdownBlockquote", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("markdownCode", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("markdownCodeDelimiter", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("markdownFootnote", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("markdownId", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("markdownIdDeclaration", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("markdownH1", s:nord8_gui, "", s:nord8_term, "", "", "")
call s:hi("markdownLinkText", s:nord8_gui, "", s:nord8_term, "", "", "")
call s:hi("markdownUrl", s:nord4_gui, "", "NONE", "", "NONE", "")
hi! link markdownBold Bold
hi! link markdownBoldDelimiter Keyword
hi! link markdownFootnoteDefinition markdownFootnote
hi! link markdownH2 markdownH1
hi! link markdownH3 markdownH1
hi! link markdownH4 markdownH1
hi! link markdownH5 markdownH1
hi! link markdownH6 markdownH1
hi! link markdownIdDelimiter Keyword
hi! link markdownItalic Italic
hi! link markdownItalicDelimiter Keyword
hi! link markdownLinkDelimiter Keyword
hi! link markdownLinkTextDelimiter Keyword
hi! link markdownListMarker Keyword
hi! link markdownRule Keyword
hi! link markdownHeadingDelimiter Keyword
call s:hi("perlPackageDecl", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("phpClasses", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("phpDocTags", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link phpDocCustomTags phpDocTags
hi! link phpMemberSelector Keyword
call s:hi("podCmdText", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("podVerbatimLine", s:nord4_gui, "", "NONE", "", "", "")
hi! link podFormat Keyword
hi! link pythonBuiltin Type
hi! link pythonEscape SpecialChar
call s:hi("rubyConstant", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("rubySymbol", s:nord6_gui, "", s:nord6_term, "", s:bold, "")
hi! link rubyAttribute Identifier
hi! link rubyBlockParameterList Operator
hi! link rubyInterpolationDelimiter Keyword
hi! link rubyKeywordAsMethod Function
hi! link rubyLocalVariableOrMethod Function
hi! link rubyPseudoVariable Keyword
hi! link rubyRegexp SpecialChar
call s:hi("rustAttribute", s:nord10_gui, "", s:nord10_term, "", "", "")
call s:hi("rustEnum", s:nord7_gui, "", s:nord7_term, "", s:bold, "")
call s:hi("rustMacro", s:nord8_gui, "", s:nord8_term, "", s:bold, "")
call s:hi("rustModPath", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("rustPanic", s:nord9_gui, "", s:nord9_term, "", s:bold, "")
call s:hi("rustTrait", s:nord7_gui, "", s:nord7_term, "", s:italic, "")
hi! link rustCommentLineDoc Comment
hi! link rustDerive rustAttribute
hi! link rustEnumVariant rustEnum
hi! link rustEscape SpecialChar
hi! link rustQuestionMark Keyword
call s:hi("sassClass", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("sassId", s:nord7_gui, "", s:nord7_term, "", s:underline, "")
hi! link sassAmpersand Keyword
hi! link sassClassChar Delimiter
hi! link sassControl Keyword
hi! link sassControlLine Keyword
hi! link sassExtend Keyword
hi! link sassFor Keyword
hi! link sassFunctionDecl Keyword
hi! link sassFunctionName Function
hi! link sassidChar sassId
hi! link sassInclude SpecialChar
hi! link sassMixinName Function
hi! link sassMixing SpecialChar
hi! link sassReturn Keyword
hi! link shCmdParenRegion Delimiter
hi! link shCmdSubRegion Delimiter
hi! link shDerefSimple Identifier
hi! link shDerefVar Identifier
hi! link sqlKeyword Keyword
hi! link sqlSpecial Keyword
call s:hi("vimAugroup", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("vimMapRhs", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("vimNotation", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link vimFunc Function
hi! link vimFunction Function
hi! link vimUserFunc Function
call s:hi("xmlAttrib", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("xmlCdataStart", s:nord3_gui_bright, "", s:nord3_term, "", s:bold, "")
call s:hi("xmlNamespace", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link xmlAttribPunct Delimiter
hi! link xmlCdata Comment
hi! link xmlCdataCdata xmlCdataStart
hi! link xmlCdataEnd xmlCdataStart
hi! link xmlEndTag xmlTagName
hi! link xmlProcessingDelim Keyword
hi! link xmlTagName Keyword
call s:hi("yamlBlockMappingKey", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link yamlBool Keyword
hi! link yamlDocumentStart Keyword
"+----------------+
"+ Plugin Support +
"+----------------+
"+--- UI ---+
" ALE
" > w0rp/ale
call s:hi("ALEWarningSign", s:nord13_gui, "", s:nord13_term, "", "", "")
call s:hi("ALEErrorSign" , s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("ALEWarning" , s:nord13_gui, "", s:nord13_term, "", "undercurl", "")
call s:hi("ALEError" , s:nord11_gui, "", s:nord11_term, "", "undercurl", "")
" Coc
" > neoclide/coc
call s:hi("CocWarningSign", s:nord13_gui, "", s:nord13_term, "", "", "")
call s:hi("CocErrorSign" , s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("CocInfoSign" , s:nord8_gui, "", s:nord8_term, "", "", "")
call s:hi("CocHintSign" , s:nord10_gui, "", s:nord10_term, "", "", "")
" GitGutter
" > airblade/vim-gitgutter
call s:hi("GitGutterAdd", s:nord14_gui, "", s:nord14_term, "", "", "")
call s:hi("GitGutterChange", s:nord13_gui, "", s:nord13_term, "", "", "")
call s:hi("GitGutterChangeDelete", s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("GitGutterDelete", s:nord11_gui, "", s:nord11_term, "", "", "")
" Signify
" > mhinz/vim-signify
call s:hi("SignifySignAdd", s:nord14_gui, "", s:nord14_term, "", "", "")
call s:hi("SignifySignChange", s:nord13_gui, "", s:nord13_term, "", "", "")
call s:hi("SignifySignChangeDelete", s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("SignifySignDelete", s:nord11_gui, "", s:nord11_term, "", "", "")
" fugitive.vim
" > tpope/vim-fugitive
call s:hi("gitcommitDiscardedFile", s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("gitcommitUntrackedFile", s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("gitcommitSelectedFile", s:nord14_gui, "", s:nord14_term, "", "", "")
" davidhalter/jedi-vim
call s:hi("jediFunction", s:nord4_gui, s:nord3_gui, "", s:nord3_term, "", "")
call s:hi("jediFat", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_term, s:underline.s:bold, "")
" NERDTree
" > scrooloose/nerdtree
call s:hi("NERDTreeExecFile", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link NERDTreeDirSlash Keyword
hi! link NERDTreeHelp Comment
" CtrlP
" > ctrlpvim/ctrlp.vim
hi! link CtrlPMatch Keyword
hi! link CtrlPBufferHid Normal
" vim-plug
" > junegunn/vim-plug
call s:hi("plugDeleted", s:nord11_gui, "", "", s:nord11_term, "", "")
" vim-signature
" > kshenoy/vim-signature
call s:hi("SignatureMarkText", s:nord8_gui, "", s:nord8_term, "", "", "")
" vim-startify
" > mhinz/vim-startify
call s:hi("StartifyFile", s:nord6_gui, "", s:nord6_term, "", "", "")
call s:hi("StartifyFooter", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("StartifyHeader", s:nord8_gui, "", s:nord8_term, "", "", "")
call s:hi("StartifyNumber", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("StartifyPath", s:nord8_gui, "", s:nord8_term, "", "", "")
hi! link StartifyBracket Delimiter
hi! link StartifySlash Normal
hi! link StartifySpecial Comment
"+--- Languages ---+
" Haskell
" > neovimhaskell/haskell-vim
call s:hi("haskellPreProc", s:nord10_gui, "", s:nord10_term, "", "", "")
call s:hi("haskellType", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link haskellPragma haskellPreProc
" JavaScript
" > pangloss/vim-javascript
call s:hi("jsGlobalNodeObjects", s:nord8_gui, "", s:nord8_term, "", s:italic, "")
hi! link jsBrackets Delimiter
hi! link jsFuncCall Function
hi! link jsFuncParens Delimiter
hi! link jsThis Keyword
hi! link jsNoise Delimiter
hi! link jsPrototype Keyword
hi! link jsRegexpString SpecialChar
" Markdown
" > plasticboy/vim-markdown
call s:hi("mkdCode", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("mkdFootnote", s:nord8_gui, "", s:nord8_term, "", "", "")
call s:hi("mkdRule", s:nord10_gui, "", s:nord10_term, "", "", "")
call s:hi("mkdLineBreak", s:nord9_gui, "", s:nord9_term, "", "", "")
hi! link mkdBold Bold
hi! link mkdItalic Italic
hi! link mkdString Keyword
hi! link mkdCodeStart mkdCode
hi! link mkdCodeEnd mkdCode
hi! link mkdBlockquote Comment
hi! link mkdListItem Keyword
hi! link mkdListItemLine Normal
hi! link mkdFootnotes mkdFootnote
hi! link mkdLink markdownLinkText
hi! link mkdURL markdownUrl
hi! link mkdInlineURL mkdURL
hi! link mkdID Identifier
hi! link mkdLinkDef mkdLink
hi! link mkdLinkDefTarget mkdURL
hi! link mkdLinkTitle mkdInlineURL
hi! link mkdDelimiter Keyword
" Vimwiki
" > vimwiki/vimwiki
if !exists("g:vimwiki_hl_headers") || g:vimwiki_hl_headers == 0
for s:i in range(1,6)
call s:hi("VimwikiHeader".s:i, s:nord8_gui, "", s:nord8_term, "", s:bold, "")
endfor
else
let s:vimwiki_hcolor_guifg = [s:nord7_gui, s:nord8_gui, s:nord9_gui, s:nord10_gui, s:nord14_gui, s:nord15_gui]
let s:vimwiki_hcolor_ctermfg = [s:nord7_term, s:nord8_term, s:nord9_term, s:nord10_term, s:nord14_term, s:nord15_term]
for s:i in range(1,6)
call s:hi("VimwikiHeader".s:i, s:vimwiki_hcolor_guifg[s:i-1] , "", s:vimwiki_hcolor_ctermfg[s:i-1], "", s:bold, "")
endfor
endif
call s:hi("VimwikiLink", s:nord8_gui, "", s:nord8_term, "", s:underline, "")
hi! link VimwikiHeaderChar markdownHeadingDelimiter
hi! link VimwikiHR Keyword
hi! link VimwikiList markdownListMarker
" YAML
" > stephpy/vim-yaml
call s:hi("yamlKey", s:nord7_gui, "", s:nord7_term, "", "", "")

View File

@ -1,135 +0,0 @@
syntax enable
colorscheme nord
" Annule la compatibilité avec Vi
set nocompatible
set colorcolumn=100
set number
" Afficher les commandes partielles
set showcmd
" Montrer le mode courant
set showmode
" toujours montrer la barre de status dans toutes les fenêtres
set laststatus=2
" whitespace characters
set list
" ne pas monter hightlight ()
let loaded_matchparen = 1
" highlight position curseur
set cursorline
" redraw only when needed
set lazyredraw
" MENU
"----------------
" Complete files like a shell
set wildmode=list:longest
" affiche menu de completion
set wildmenu
"-----------------------------
" BEHAVIOUR
"-----------------------------
" Permet d'ouvrir un autre buffer sans avoir à enregistrer le buffer courant
set hidden
" Comportement de backspace
set backspace=indent,eol,start
" Necessaire pour montrer les glyphes dans powerline
set encoding=utf-8
" Type de fichiers par defaut
set ff=unix
" vsplit on the right
set splitright
" BACKUPS
"------------
set nobackup
set nowb
set noswapfile
" INDENTATION
"-------------
" Indentation automatique
set autoindent
" nombre d'espace pour afficher TAB lors de l'affichage d'un fichier
set tabstop=4
" Nombre d'espaces inserées lors de l'appui sur TAB
set softtabstop=4
" Nombres d'espace inserées lors de l'utilisation de < >
set shiftwidth=4
" tabulation en espaces
set expandtab
" transformer les tabulations existantes en espaces
retab
" SEARCH
"---------------
" Montrer en surbrillance les resultats
set hlsearch
" Montrer les correspondances trouvées pendant la frappe
set incsearch
" Ignorer la casse sauf s'il y a une majuscule dans le pattern
set ic
" Regexp facile
set magic
" WRAP
"---------------
set textwidth=80
set nowrap
"----------------------------------
" KEYBOARD SHORTCUTS
"----------------------------------
" Clavier Qwerty comme Azerty
noremap ; :
" switcher facilement entre les buffer
map <Space> :bnext<CR>
" paste
set pastetoggle=<F4>
" Nerdtree focus
map <silent> <F5> :NERDTreeFocus<CR>
map <silent> <F8> :NERDTree<CR>
map <silent> <F9> :NERDTreeClose<CR>
" Markdown
autocmd BufNewFile,BufRead *.md set filetype=markdown
"---------------------------------
" SPECIFIC PLUGIN CONFIGURATION
"---------------------------------
" Powerline fonts
let g:airline_powerline_fonts = 1
" Empecher le lag de rafraichissement de powerline d'1 seconde lors de
" l'appui sur la touche ESC
if ! has('gui_running')
set ttimeoutlen=10
augroup FastEscape
autocmd!
au InsertEnter * set timeoutlen=0
au InsertLeave * set timeoutlen=1000
augroup END
endif
" NERDTree
" Start Nerdtree if no file has been specified
" autocmd StdinReadPre * let s:std_in=1
" autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
" Start Nerdtree auto at startup
" autocmd vimenter * NERDTree
" Go to previous (last accessed) window.
" autocmd VimEnter * wincmd p

View File

@ -1,11 +0,0 @@
set runtimepath+=~/.vim_runtime
source ~/.vim_runtime/vimrcs/basic.vim
source ~/.vim_runtime/vimrcs/filetypes.vim
source ~/.vim_runtime/vimrcs/plugins_config.vim
source ~/.vim_runtime/vimrcs/extended.vim
try
source ~/.vim_runtime/my_configs.vim
catch
endtry