onward
This commit is contained in:
parent
be18b613ee
commit
252dd24935
3 changed files with 8 additions and 7 deletions
|
@ -21,13 +21,13 @@
|
||||||
</alias>
|
</alias>
|
||||||
<dir>~/.fonts</dir>
|
<dir>~/.fonts</dir>
|
||||||
<match target="font">
|
<match target="font">
|
||||||
<edit name="hinting" mode="assign">
|
<edit mode="assign" name="hinting">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
<match target="font">
|
<match target="font">
|
||||||
<edit name="hintstyle" mode="assign">
|
<edit mode="assign" name="hintstyle">
|
||||||
<const>hintslight</const>
|
<const>hintmedium</const>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
</fontconfig>
|
</fontconfig>
|
||||||
|
|
|
@ -55,6 +55,7 @@ local themeShelmanLight = {
|
||||||
cursor_bg = "#ff3300",
|
cursor_bg = "#ff3300",
|
||||||
cursor_fg = "#ffffff",
|
cursor_fg = "#ffffff",
|
||||||
cursor_border = "#cc0000",
|
cursor_border = "#cc0000",
|
||||||
|
selection_bg = "#FFEA00",
|
||||||
split = "#444444",
|
split = "#444444",
|
||||||
selection_bg = "#FFCA28",
|
selection_bg = "#FFCA28",
|
||||||
ansi = { "#212121", "#b7141e", "#457b23", "#f5971d", "#134eb2", "#550087", "#0e707c", "#eeeeee" },
|
ansi = { "#212121", "#b7141e", "#457b23", "#f5971d", "#134eb2", "#550087", "#0e707c", "#eeeeee" },
|
||||||
|
@ -120,8 +121,8 @@ return {
|
||||||
font_size = 13.0,
|
font_size = 13.0,
|
||||||
line_height = 1.025,
|
line_height = 1.025,
|
||||||
|
|
||||||
-- initial_cols = 120,
|
initial_cols = 100,
|
||||||
-- initial_rows = 40,
|
initial_rows = 55,
|
||||||
window_padding = {
|
window_padding = {
|
||||||
left = padding,
|
left = padding,
|
||||||
right = padding,
|
right = padding,
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Name=YouTube Music
|
Name=YouTube Music (provar)
|
||||||
StartupWMClass=music.youtube.com
|
StartupWMClass=music.youtube.com
|
||||||
Exec=/usr/bin/google-chrome-stable --profile-directory='Profile 2' --app=https://music.youtube.com
|
Exec=/usr/bin/google-chrome-stable --user-data-dir=$HOME/.config/google-chrome --profile-directory='Profile 2' --app=https://music.youtube.com --class=music.youtube.com
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Icon=google-chrome
|
Icon=google-chrome
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
Loading…
Reference in a new issue