diff options
author | Max Christian Pohle | 2024-05-12 21:01:00 +0200 |
---|---|---|
committer | Max Christian Pohle | 2024-05-12 21:01:00 +0200 |
commit | eec48ff71881d8757b79dcd95aac9dac4d71bf72 (patch) | |
tree | 8e21c80a8fecbcf7a6b36c3db1d2aa061bda1959 /utils | |
parent | f3eb203b4ad79090e36982e7b417c0cf0de52646 (diff) | |
download | vim-eec48ff71881d8757b79dcd95aac9dac4d71bf72.tar.bz2 vim-eec48ff71881d8757b79dcd95aac9dac4d71bf72.zip |
tidied this repo up and uploaded my new nvim from scratch config
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Xresources | 192 | ||||
-rw-r--r-- | utils/applications/gvim-buffer.desktop | 10 | ||||
-rw-r--r-- | utils/applications/gvim.desktop | 10 | ||||
-rw-r--r-- | utils/applications/nvim.desktop | 10 | ||||
-rwxr-xr-x | utils/applications/vim.desktop | 15 | ||||
-rw-r--r-- | utils/bashrc | 46 | ||||
-rw-r--r-- | utils/default-font.conf | 82 | ||||
-rw-r--r-- | utils/default-font.conf.old | 49 | ||||
-rw-r--r-- | utils/gtk-3.0.css | 132 | ||||
-rw-r--r-- | utils/gtkrc-2.0 | 1 | ||||
-rw-r--r-- | utils/locale.conf | 14 | ||||
-rw-r--r-- | utils/update.sh | 1 | ||||
-rw-r--r-- | utils/xinputrc | 3 |
13 files changed, 0 insertions, 565 deletions
diff --git a/utils/Xresources b/utils/Xresources deleted file mode 100644 index 08969ac..0000000 --- a/utils/Xresources +++ /dev/null | |||
@@ -1,192 +0,0 @@ | |||
1 | #include "/home/max/.local/share/base16/base16-xresources/xresources/base16-tomorrow-night.Xresources" | ||
2 | ! #include "/home/max/.local/share/base16/base16-xresources/xresources/base16-tomorrow.Xresources" | ||
3 | |||
4 | urxvt.scrollBar: false | ||
5 | urxvt.background: base00 | ||
6 | urxvt.color0: base00 | ||
7 | urxvt.color1: base00 | ||
8 | urxvt.color2: base00 | ||
9 | urxvt.color3: base00 | ||
10 | urxvt.color4: base00 | ||
11 | urxvt.color5: base00 | ||
12 | urxvt.color6: base00 | ||
13 | urxvt.color7: base00 | ||
14 | urxvt.color8: base00 | ||
15 | urxvt.color9: base00 | ||
16 | |||
17 | ! *Dialog.foreground: foreground | ||
18 | ! *Dialog.background: base00 | ||
19 | ! *Dialog.Button.foreground: base05 | ||
20 | ! *Dialog.Button.background: base00 | ||
21 | ! !*Dialog.Button.pointBackground: #EAEAEA | ||
22 | ! !*Dialog.Button.clickBackground: #C3C3C3 | ||
23 | ! *Dialog.text.foreground: base02 | ||
24 | ! *Dialog.text.background: base00 | ||
25 | ! *Dialog.topShadowColor: base03 | ||
26 | ! *Dialog.bottomShadowColor: base04 | ||
27 | |||
28 | xscreensaver.logFile:/home/max/xscreensaver.log | ||
29 | xscreensaver.verbose:true | ||
30 | *.newLoginCommand: xset dpms force off | ||
31 | |||
32 | Xft.antialias: true | ||
33 | Xft.lcdfilter: lcddefault | ||
34 | Xft.hinting: true | ||
35 | Xft.rgba: rgb | ||
36 | Xft.hintstyle: hintfull | ||
37 | Xft.dpi: 96 | ||
38 | |||
39 | !*passwd.passwdFont: *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1 | ||
40 | !*passwd.passwdFont: | ||
41 | |||
42 | !*font: -*-clean-medium-r-*--12-*-*-*-*-*-*-* | ||
43 | !*font: xft:Bitstream Vera Sans Mono-8 | ||
44 | !*font: *-dejavu sans-bold-r-*-*-*-*-*-*-*-*-*-* | ||
45 | !*font: *-monospace-bold-r-*-*-*-*-*-*-*-*-*-* | ||
46 | !*.font: xft:monaco:bold:size=8 | ||
47 | !*.font: xft:RobotoMono Nerd Font:bold:size=10 | ||
48 | *.passwdFont: xft:monospace | ||
49 | *.font: xft:monospace | ||
50 | |||
51 | |||
52 | xscreensaver.overlayTextForeground: #FFFF00 | ||
53 | xscreensaver.overlayTextBackground: #000000 | ||
54 | |||
55 | |||
56 | *passwd.thermometer.foreground: #FF0000 | ||
57 | *passwd.thermometer.background: #FFFFFF | ||
58 | |||
59 | *passwd.heading.label: XScreenSaver %s | ||
60 | *passwd.body.label: This screen is fucked. | ||
61 | *passwd.unlock.label: unfuck | ||
62 | *passwd.login.label: dpms: off | ||
63 | *passwd.user.label: User: | ||
64 | *passwd.thermometer.width: 12 | ||
65 | *passwd.asterisks: True | ||
66 | *passwd.uname: False | ||
67 | |||
68 | |||
69 | XLock*mode: image | ||
70 | *image.bitmap: /home/max/.lock.xpm | ||
71 | *image.count: 1 | ||
72 | *image.erasedelay: 0 | ||
73 | XLock*erasedelay: 0 | ||
74 | XLock*icongeometry: 180x180 | ||
75 | ! XLock*background: background | ||
76 | ! XLock*foreground: foreground | ||
77 | XLock*description: off | ||
78 | XLock*info: | ||
79 | |||
80 | |||
81 | |||
82 | |||
83 | ! ---=== Experiment with making Motif less ugly for DDD ===--- | ||
84 | ! (DDD ignores generically-set Motif properties so we must do this) | ||
85 | ! TODO (if possible): | ||
86 | ! - Hide text cursors in unfocused fields | ||
87 | ! - Convert on-hover effect from shadow to background color or border | ||
88 | ! - Pick better fonts and check which package provides them | ||
89 | |||
90 | ! Use the lighter background grey from the Lubuntu GTK+ theme | ||
91 | ! (Still a cool grey. Eyedropper the Clearlooks warm grey if necessary.) | ||
92 | Ddd*background: #e0e0e0 | ||
93 | |||
94 | ! These had no effect on my system but, from what I read, they help on | ||
95 | ! some systems. | ||
96 | Ddd*enableThinThickness: True | ||
97 | Ddd*enableEtchedInMenu: True | ||
98 | Ddd*enableToggleColor: True | ||
99 | Ddd*enableToggleVisual: True | ||
100 | |||
101 | ! Use pure white for white backgrounds like modern widget themes and websites | ||
102 | Ddd*XmText.background: #ffffff | ||
103 | Ddd*XmTextField.background: #ffffff | ||
104 | Ddd*XmList.background: #ffffff | ||
105 | Ddd*GraphEdit.background: #ffffff | ||
106 | |||
107 | ! Thick borders and shadows everywhere are archaic | ||
108 | Ddd*shadowThickness: 1 | ||
109 | Ddd*borderThickness: 0 | ||
110 | Ddd*?*arg*shadowThickness: 1 | ||
111 | Ddd*?*arg*borderThickness: 0 | ||
112 | Ddd*?*buttons*shadowThickness: 1 | ||
113 | Ddd*?*buttons*borderThickness: 0 | ||
114 | |||
115 | ! Un-cramp the menubar, menus, and toolbar to match modern compact sizing | ||
116 | Ddd*menubar*marginTop: 1 | ||
117 | Ddd*menubar*marginBottom: 0 | ||
118 | Ddd*XmMenuShell*marginTop: 2 | ||
119 | Ddd*XmMenuShell*marginBottom: 2 | ||
120 | Ddd*XmMenuShell.?.marginWidth: 2 | ||
121 | Ddd*XmMenuShell.?.marginHeight: 2 | ||
122 | Ddd*toolbar*marginWidth: 5 | ||
123 | |||
124 | ! Compact the menu tear-off buttons | ||
125 | Ddd*XmMenuShell*XmTearOffButton*borderWidth: 0 | ||
126 | Ddd*XmMenuShell*XmTearOffButton*marginHeight: 0 | ||
127 | |||
128 | ! DDD's interpretation of a "toggle button" shouldn't have a raised border | ||
129 | Ddd*XmToggleButton*shadowThickness: 0 | ||
130 | Ddd*XmToggleButton*borderThickness: 0 | ||
131 | |||
132 | ! The menu bar should not have a raised border | ||
133 | Ddd*menubar.shadowThickness: 0 | ||
134 | Ddd*menubar.borderThickness: 0 | ||
135 | Ddd*XmMenuShell*XmTearOffButton*ShadowThickness: 2 | ||
136 | |||
137 | ! ...and we do not want a border around the toolbar to make that stand out | ||
138 | Ddd*main_window.?.borderThickness: 0 | ||
139 | Ddd*main_window.shadowThickness: 0 | ||
140 | |||
141 | ! Drop-down boxes in toolbars do not have raised borders these days | ||
142 | Ddd*toolbar.shadowThickness: 0 | ||
143 | Ddd*toolbar.?.shadowThickness: 1 | ||
144 | |||
145 | ! DDD can sometimes get its GDB settings fatally messed up so duplicate | ||
146 | ! GUI-exposed integration defaults here for when I want to nuke ~/.ddd/init | ||
147 | Ddd*cutCopyPasteBindings: KDE | ||
148 | Ddd*selectAllBindings: KDE | ||
149 | Ddd*buttonColorKey: c | ||
150 | Ddd*FlatButtons: on | ||
151 | |||
152 | |||
153 | ! Good Xaw3d Defaults*customization: -color | ||
154 | *shadowWidth: 3 | ||
155 | *Form.background: gray75 | ||
156 | *MenuButton.background: gray75 | ||
157 | *SimpleMenu.background: gray70 | ||
158 | *TransientShell*Dialog.background: gray70 | ||
159 | *Command.background: gray75 | ||
160 | *Label.background: gray75 | ||
161 | *ScrollbarBackground: grey39 | ||
162 | *Scrollbar*background: gray75 | ||
163 | *Scrollbar*width: 15 | ||
164 | *Scrollbar*height: 15 | ||
165 | *Scrollbar*shadowWidth: 2 | ||
166 | *Scrollbar*cursorName: top_left_arrow | ||
167 | *Scrollbar*pushThumb: false | ||
168 | *shapeStyle: Rectangle | ||
169 | *beNiceToColormap: False | ||
170 | *SmeBSB*shadowWidth: 3 | ||
171 | *highlightThickness: 0 | ||
172 | *topShadowContrast: 40 | ||
173 | *bottomShadowContrast: 60 | ||
174 | ! fix up a few of the default X clients who | ||
175 | ! now look silly | ||
176 | *xclock*shadowWidth: 0 | ||
177 | *xload*shadowWidth: 0 | ||
178 | *xcalc*shadowWidth: 0 | ||
179 | |||
180 | |||
181 | XTerm.vt100.faceName: Monospace:antialias=true | ||
182 | XTerm.vt100.faceSize: 12 | ||
183 | ! XTerm.vt100.font: 7x14 | ||
184 | XTerm.vt100.locale: true | ||
185 | XTerm.vt100.utf8Title: true | ||
186 | |||
187 | |||
188 | ! keepassx colourscheme | ||
189 | keepassx*background: #cfcfcf | ||
190 | keepassx*foreground: #222222 | ||
191 | keepassx2*background: #cfcfcf | ||
192 | keepassx2*foreground: #222222 | ||
diff --git a/utils/applications/gvim-buffer.desktop b/utils/applications/gvim-buffer.desktop deleted file mode 100644 index 5cd2cbf..0000000 --- a/utils/applications/gvim-buffer.desktop +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | [Desktop Entry] | ||
2 | Type=Application | ||
3 | Name=Gnome Vi IMproved Buffer | ||
4 | Icon=gvim | ||
5 | Comment=Open file in an existing instance of vi and in a new tab | ||
6 | MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; | ||
7 | Exec=gvim -f -N --remote-silent %F | ||
8 | Terminal=false | ||
9 | X-XClassHintResName=VIM | ||
10 | Categories=Utility;TextEditor; | ||
diff --git a/utils/applications/gvim.desktop b/utils/applications/gvim.desktop deleted file mode 100644 index 37c6e58..0000000 --- a/utils/applications/gvim.desktop +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | [Desktop Entry] | ||
2 | Name=Vi IMproved Tab | ||
3 | Comment=Open file in an existing instance of vi and in a new tab | ||
4 | MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; | ||
5 | Exec=gvim f -N --remote-tab %F | ||
6 | Icon=gvim | ||
7 | Type=Application | ||
8 | Terminal=false | ||
9 | X-XClassHintResName=VIM | ||
10 | Categories=Utility;TextEditor; | ||
diff --git a/utils/applications/nvim.desktop b/utils/applications/nvim.desktop deleted file mode 100644 index 21f0090..0000000 --- a/utils/applications/nvim.desktop +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | [Desktop Entry] | ||
2 | Version=1.0 | ||
3 | Type=Application | ||
4 | Name=Vim | ||
5 | Comment= | ||
6 | Exec=xfce4-terminal --icon /usr/share/icons/HighContrast/256x256/apps/vim.png -T 'nvim' -e '/bin/bash -i -c "env TERM=gnome-256color screen nvr ."' --fullscreen | ||
7 | Icon=/usr/share/icons/HighContrast/256x256/apps/vim.png | ||
8 | Path= | ||
9 | Terminal=false | ||
10 | StartupNotify=false | ||
diff --git a/utils/applications/vim.desktop b/utils/applications/vim.desktop deleted file mode 100755 index 8169f57..0000000 --- a/utils/applications/vim.desktop +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | [Desktop Entry] | ||
2 | Version=1.0 | ||
3 | Type=Application | ||
4 | Name=Vi IMproved | ||
5 | Comment=Open file in an existing instance of vi and in a new tab | ||
6 | Icon=gvim | ||
7 | MimeType=text/* | ||
8 | Categories=Application;Utility;TextEditor; | ||
9 | Exec=vim %F | ||
10 | Terminal=true | ||
11 | Actions=Server; | ||
12 | |||
13 | [Desktop Action Server] | ||
14 | Exec=vim --servername VIM --remote-silent %F | ||
15 | Name=Browse in Server | ||
diff --git a/utils/bashrc b/utils/bashrc deleted file mode 100644 index f0ee98b..0000000 --- a/utils/bashrc +++ /dev/null | |||
@@ -1,46 +0,0 @@ | |||
1 | |||
2 | # gvim () { /bin/gvim $(if [[ "$#" > 0 && `/bin/gvim --serverlist | wc -l` ]]; then echo --remote; fi) $@; } | ||
3 | # vim () { /bin/vim $(if [[ "$#" > 0 && `/bin/vim --serverlist | wc -l` ]]; then echo --remote; fi) $@; } | ||
4 | |||
5 | # man() | ||
6 | # { | ||
7 | # /bin/gvim \ | ||
8 | # $(if [[ `/bin/gvim --serverlist | wc -l` > 0 ]]; then echo --remote-send; fi) \ | ||
9 | # ":enew<CR>:0read !groffer --pager='cat' --tty $1 <bar> col -bx<CR> :set filetype=man buftype=nowrite readonly<CR>gg"; | ||
10 | # } | ||
11 | |||
12 | # export MANPAGER='vim -c":set noswapfile|%!col -b" -c":file man|:setlocal filetype=man buftype=nowrite readonly nonumber nolist signcolumn=no" -' | ||
13 | export MANPAGER="vim -M +MANPAGER -" | ||
14 | |||
15 | # man() { /bin/vim ":enew<CR>:0read !groffer --pager='cat' --tty $1 <bar> col -bx<CR> :set filetype=man buftype=nowrite readonly<CR>gg" -; } | ||
16 | # alias git='git -c color.ui=false' | ||
17 | # export GIT_DIFF_OPTS="--no-color" | ||
18 | |||
19 | |||
20 | |||
21 | git config --global --replace-all color.pager 0 | ||
22 | git config --global --replace-all core.pager 'vim -c":set noswapfile filetype=git buftype=nowrite readonly nolist nonumber signcolumn=no|:file git" -' | ||
23 | # export GIT_PAGER='' | ||
24 | |||
25 | # alias git="TERM=dumb git" | ||
26 | |||
27 | # export EDITOR="gvim()" | ||
28 | # export PAGER="tee /tmp/output.txt /dev/stdout | /bin/vim -" | ||
29 | |||
30 | # --remote-expr ":%!col -b" -c":set buftype=nowrite filetype=man readonly" -'A | ||
31 | |||
32 | function vim() { | ||
33 | SERVER=$(ls -tr "$XDG_RUNTIME_DIR"/nvim.* | tail -n1) | ||
34 | if [ $# -gt 0 ] && [ -n "$SERVER" ]; then | ||
35 | for i in "$@"; do | ||
36 | NEXT=$(realpath "$i") | ||
37 | nvim --server "$SERVER" --remote-silent "$NEXT" | ||
38 | done | ||
39 | else | ||
40 | nvim $@ | ||
41 | fi | ||
42 | |||
43 | } | ||
44 | |||
45 | |||
46 | |||
diff --git a/utils/default-font.conf b/utils/default-font.conf deleted file mode 100644 index f905783..0000000 --- a/utils/default-font.conf +++ /dev/null | |||
@@ -1,82 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!-- this is a configuration file for fontconfig and should be copied or linked to ~/.config/fontconfig/fonts.conf --> | ||
3 | <!DOCTYPE fontconfig SYSTEM "/etc/fonts/fonts.dtd"> | ||
4 | <fontconfig> | ||
5 | <match target="pattern"> | ||
6 | <test name="family"><string>monospace</string></test> | ||
7 | <edit name="family" mode="prepend"> | ||
8 | <!--<string>Iosevka Term SS04</string>--> | ||
9 | <string>FuraCode Nerd Font Mono Medium</string> | ||
10 | <string>FiraCode Nerd Font</string> | ||
11 | <string>FuraCode Nerd Font</string> | ||
12 | <string>Noto Color Emoji</string> | ||
13 | </edit> | ||
14 | <edit name="fontfeatures" mode="append"> | ||
15 | <string>liga on</string> | ||
16 | <string>dlig on</string> | ||
17 | </edit> | ||
18 | <test name="slant" compare="not_eq"><const>italic</const></test> | ||
19 | <edit mode="assign" name="style"><string>bold</string></edit> | ||
20 | </match> | ||
21 | <!-- Block Symbola from the list of fallback fonts. --> | ||
22 | <selectfont> | ||
23 | <rejectfont> | ||
24 | <pattern> | ||
25 | <patelt name="family"> | ||
26 | <string>Symbola</string> | ||
27 | </patelt> | ||
28 | </pattern> | ||
29 | </rejectfont> | ||
30 | </selectfont> | ||
31 | <match target="pattern"> | ||
32 | <test name="family"><string>serif</string></test> | ||
33 | <edit name="family" mode="prepend"> | ||
34 | <string>Noto Serif</string> | ||
35 | </edit> | ||
36 | </match> | ||
37 | <match target="pattern"> | ||
38 | <test name="family"><string>sans-serif</string></test> | ||
39 | <edit name="family" mode="prepend"> | ||
40 | <string>Noto Sans</string> | ||
41 | </edit> | ||
42 | </match> | ||
43 | <match target="pattern"> | ||
44 | <edit name="dpi" mode="assign"><double>102</double></edit> | ||
45 | </match> | ||
46 | |||
47 | <match target="pattern"> | ||
48 | <test name="family"> | ||
49 | <string>Tahoma</string> | ||
50 | </test> | ||
51 | <edit name="family" mode="assign"> | ||
52 | <string>Sans-Serif</string> | ||
53 | </edit> | ||
54 | </match> | ||
55 | </fontconfig> | ||
56 | <!-- | ||
57 | family: "Anonymous Pro for Powerline"(s) | ||
58 | family: "Consolas for Powerline"(s) "Consolas for Powerline FixedD"(s) | ||
59 | family: "DejaVu Sans Mono for Powerline"(s) | ||
60 | family: "Droid Sans Mono for Powerline"(s) | ||
61 | family: "Inconsolata for Powerline"(s) | ||
62 | family: "Inconsolata-dz for Powerline"(s) | ||
63 | family: "Liberation Mono for Powerline"(s) | ||
64 | family: "Menlo for Powerline"(s) | ||
65 | family: "Meslo LG L DZ for Powerline"(s) | ||
66 | family: "Meslo LG L for Powerline"(s) | ||
67 | family: "Meslo LG M DZ for Powerline"(s) | ||
68 | family: "Meslo LG M for Powerline"(s) | ||
69 | family: "Meslo LG S DZ for Powerline"(s) | ||
70 | family: "Meslo LG S for Powerline"(s) | ||
71 | family: "PowerlineSymbols"(s) | ||
72 | family: "Source Code Pro for Powerline"(s) | ||
73 | family: "Source Code Pro for Powerline"(s) "Source Code Pro Black"(s) | ||
74 | family: "Source Code Pro for Powerline"(s) "Source Code Pro ExtraLight"(s) | ||
75 | family: "Source Code Pro for Powerline"(s) "Source Code Pro Light"(s) | ||
76 | family: "Source Code Pro for Powerline"(s) "Source Code Pro Medium"(s) | ||
77 | family: "Source Code Pro for Powerline"(s) "Source Code Pro Semibold"(s) | ||
78 | family: "Terminus for Powerline"(s) | ||
79 | family: "Ubuntu Mono derivative Powerline"(s) | ||
80 | family: "xos4 Terminess Powerline"(s) | ||
81 | family: "xos4 Terminus for Powerline"(s) | ||
82 | --> | ||
diff --git a/utils/default-font.conf.old b/utils/default-font.conf.old deleted file mode 100644 index ec2e12e..0000000 --- a/utils/default-font.conf.old +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!-- this is a configuration file for fontconfig and should be copied or linked to ~/.config/fontconfig/conf.d/ --> | ||
3 | <!DOCTYPE fontconfig SYSTEM "/etc/fonts/fonts.dtd"> | ||
4 | <fontconfig> | ||
5 | <match target="pattern"> | ||
6 | <test qual="any" name="family"><string>serif</string></test> | ||
7 | <edit name="family" mode="assign" binding="same"><string>Noto Serif</string></edit> | ||
8 | </match> | ||
9 | <match target="pattern"> | ||
10 | <test qual="any" name="family"><string>sans-serif</string></test> | ||
11 | <edit name="family" mode="assign" binding="same"><string>Noto Sans</string></edit> | ||
12 | </match> | ||
13 | <match target="pattern"> | ||
14 | <test qual="any" name="family"><string>monospace</string></test> | ||
15 | <edit mode="assign" name="family"><string>Hack</string></edit> | ||
16 | <edit mode="prepend" name="family"><string>Noto Color Emoji</string></edit> | ||
17 | <edit mode="prepend" name="family"><string>emoji</string></edit> | ||
18 | |||
19 | <test name="slant" compare="not_eq"><const>italic</const></test> | ||
20 | <edit mode="assign" name="style"><string>bold</string></edit> | ||
21 | </match> | ||
22 | </fontconfig> | ||
23 | <!-- | ||
24 | family: "Anonymous Pro for Powerline"(s) | ||
25 | family: "Consolas for Powerline"(s) "Consolas for Powerline FixedD"(s) | ||
26 | family: "DejaVu Sans Mono for Powerline"(s) | ||
27 | family: "Droid Sans Mono for Powerline"(s) | ||
28 | family: "Inconsolata for Powerline"(s) | ||
29 | family: "Inconsolata-dz for Powerline"(s) | ||
30 | family: "Liberation Mono for Powerline"(s) | ||
31 | family: "Menlo for Powerline"(s) | ||
32 | family: "Meslo LG L DZ for Powerline"(s) | ||
33 | family: "Meslo LG L for Powerline"(s) | ||
34 | family: "Meslo LG M DZ for Powerline"(s) | ||
35 | family: "Meslo LG M for Powerline"(s) | ||
36 | family: "Meslo LG S DZ for Powerline"(s) | ||
37 | family: "Meslo LG S for Powerline"(s) | ||
38 | family: "PowerlineSymbols"(s) | ||
39 | family: "Source Code Pro for Powerline"(s) | ||
40 | family: "Source Code Pro for Powerline"(s) "Source Code Pro Black"(s) | ||
41 | family: "Source Code Pro for Powerline"(s) "Source Code Pro ExtraLight"(s) | ||
42 | family: "Source Code Pro for Powerline"(s) "Source Code Pro Light"(s) | ||
43 | family: "Source Code Pro for Powerline"(s) "Source Code Pro Medium"(s) | ||
44 | family: "Source Code Pro for Powerline"(s) "Source Code Pro Semibold"(s) | ||
45 | family: "Terminus for Powerline"(s) | ||
46 | family: "Ubuntu Mono derivative Powerline"(s) | ||
47 | family: "xos4 Terminess Powerline"(s) | ||
48 | family: "xos4 Terminus for Powerline"(s) | ||
49 | --> | ||
diff --git a/utils/gtk-3.0.css b/utils/gtk-3.0.css deleted file mode 100644 index c31c8bf..0000000 --- a/utils/gtk-3.0.css +++ /dev/null | |||
@@ -1,132 +0,0 @@ | |||
1 | /* name or link this file ~/.config/gtk-3.0/gtk.css */ | ||
2 | |||
3 | /* | ||
4 | #vim-menubar, | ||
5 | #vim-menubar #menu, | ||
6 | #vim-toolbar, | ||
7 | #vim-gui-drawarea, | ||
8 | #vim-main-window { | ||
9 | color:#6060af; | ||
10 | color: #4e4e4e; | ||
11 | font-family: "Hasklug Nerd Font Mono", "Source Code Pro for Powerline", "Source Code Pro", "Roboto"; | ||
12 | font-weight:bold; | ||
13 | font-size:8pt; | ||
14 | border:0; | ||
15 | outline:0; | ||
16 | } | ||
17 | |||
18 | * { | ||
19 | border-width:0px; | ||
20 | outline-width:0px; | ||
21 | padding:0; | ||
22 | margin:0; | ||
23 | } | ||
24 | |||
25 | #vim-menubar | ||
26 | { | ||
27 | padding-left:1em; | ||
28 | border-bottom:2px solid #ffffff; | ||
29 | } | ||
30 | |||
31 | #vim-menubar>* | ||
32 | { | ||
33 | padding-right:1em; | ||
34 | padding-top:.25em; | ||
35 | padding-bottom:.25em; | ||
36 | } | ||
37 | |||
38 | #vim-menubar>*, | ||
39 | #vim-main-window { | ||
40 | background-color:#ffffff; | ||
41 | color: #4e4e4e; | ||
42 | } | ||
43 | |||
44 | menu menuitem:backdrop, menu menuitem:backdrop:hover | ||
45 | { | ||
46 | border:0px; | ||
47 | } | ||
48 | */ | ||
49 | |||
50 | |||
51 | |||
52 | window#vim-main-window > box | ||
53 | { | ||
54 | background: currentColor; | ||
55 | border:2px solid transparent; | ||
56 | } | ||
57 | |||
58 | /* within window > box ... */ | ||
59 | menubar#vim-menubar { | ||
60 | font-family: "monospace"; | ||
61 | font-size:8pt; | ||
62 | background: transparent; | ||
63 | color:lighter(currentColor); | ||
64 | /* background: linear-gradient(180deg, white 85%, black); */ | ||
65 | } | ||
66 | |||
67 | menubar#vim-menubar menuitem { | ||
68 | background:transparent; | ||
69 | color:mix(currentColor,#fff,0.5); | ||
70 | } | ||
71 | |||
72 | |||
73 | |||
74 | menubar#vim-menubar > menuitem { | ||
75 | padding:.25em; | ||
76 | } | ||
77 | |||
78 | menubar#vim-menubar > menuitem:disabled accelerator | ||
79 | { | ||
80 | color:#f00; | ||
81 | } | ||
82 | |||
83 | menubar#vim-menubar menuitem box { | ||
84 | padding:.1em .25em; | ||
85 | } | ||
86 | |||
87 | menubar#vim-menubar menuitem window | ||
88 | { | ||
89 | margin-top:1em; | ||
90 | } | ||
91 | |||
92 | /* opened menu (after being clicked) */ | ||
93 | menubar#vim-menubar menuitem window menu { | ||
94 | background:lighter(currentColor); | ||
95 | padding:0; | ||
96 | margin:0; | ||
97 | border:0; | ||
98 | } | ||
99 | |||
100 | menubar#vim-menubar menuitem window menu menuitem { | ||
101 | padding:0em; | ||
102 | margin:0px; | ||
103 | border:0px; | ||
104 | } | ||
105 | |||
106 | menubar#vim-menubar menuitem window menu menuitem box { | ||
107 | padding:.25em; | ||
108 | padding-left:.5em; | ||
109 | } | ||
110 | |||
111 | menubar#vim-menubar menuitem window menu separator { | ||
112 | margin:0; | ||
113 | background:currentColor; | ||
114 | border-top:1px dotted #666; | ||
115 | } | ||
116 | |||
117 | |||
118 | menubar#vim-menubar menuitem:hover { | ||
119 | box-shadow:none; | ||
120 | background:darker(currentColor); | ||
121 | color:#fff; | ||
122 | } | ||
123 | |||
124 | |||
125 | |||
126 | |||
127 | |||
128 | |||
129 | /* | ||
130 | toolbar button { | ||
131 | notebook tab { | ||
132 | */ | ||
diff --git a/utils/gtkrc-2.0 b/utils/gtkrc-2.0 deleted file mode 100644 index 05caadc..0000000 --- a/utils/gtkrc-2.0 +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | gtk-icon-theme-name="gnome" | ||
diff --git a/utils/locale.conf b/utils/locale.conf deleted file mode 100644 index cd2bb00..0000000 --- a/utils/locale.conf +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | LANG=de_DE.utf8 | ||
2 | LC_CTYPE=de_DE.utf8 | ||
3 | LC_NUMERIC=de_DE.utf8 | ||
4 | LC_TIME=de_DE.utf8 | ||
5 | LC_COLLATE=C | ||
6 | LC_MONETARY=de_DE.utf8 | ||
7 | LC_MESSAGES=de_DE.utf8 | ||
8 | LC_PAPER=de_DE.utf8 | ||
9 | LC_NAME=de_DE.utf8 | ||
10 | LC_ADDRESS=de_DE.utf8 | ||
11 | LC_TELEPHONE=de_DE.utf8 | ||
12 | LC_MEASUREMENT=de_DE.utf8 | ||
13 | LC_IDENTIFICATION=de_DE.utf8 | ||
14 | LC_ALL=de_DE.utf8 | ||
diff --git a/utils/update.sh b/utils/update.sh deleted file mode 100644 index 875dc89..0000000 --- a/utils/update.sh +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | git submodule update --remote --checkout --recursive --force | ||
diff --git a/utils/xinputrc b/utils/xinputrc deleted file mode 100644 index ebd7310..0000000 --- a/utils/xinputrc +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | # im-config(8) generated on Tue, 28 Feb 2017 13:21:48 +0100 | ||
2 | run_im ibus | ||
3 | # im-config signature: ec6901ebc5d2dcf71d14062c6968658e - | ||