This commit is contained in:
Daniel Lundin 2021-07-12 09:08:30 +02:00
parent be18b613ee
commit 252dd24935
3 changed files with 8 additions and 7 deletions

View file

@ -21,13 +21,13 @@
</alias>
<dir>~/.fonts</dir>
<match target="font">
<edit name="hinting" mode="assign">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
<edit mode="assign" name="hintstyle">
<const>hintmedium</const>
</edit>
</match>
</fontconfig>

View file

@ -55,6 +55,7 @@ local themeShelmanLight = {
cursor_bg = "#ff3300",
cursor_fg = "#ffffff",
cursor_border = "#cc0000",
selection_bg = "#FFEA00",
split = "#444444",
selection_bg = "#FFCA28",
ansi = { "#212121", "#b7141e", "#457b23", "#f5971d", "#134eb2", "#550087", "#0e707c", "#eeeeee" },
@ -120,8 +121,8 @@ return {
font_size = 13.0,
line_height = 1.025,
-- initial_cols = 120,
-- initial_rows = 40,
initial_cols = 100,
initial_rows = 55,
window_padding = {
left = padding,
right = padding,

View file

@ -1,8 +1,8 @@
[Desktop Entry]
Version=1.0
Name=YouTube Music
Name=YouTube Music (provar)
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
Icon=google-chrome
Type=Application