Update with mpris, Macchiato catppuccin colors and awesome_switcher
This commit is contained in:
parent
64e9b9a3cb
commit
8d5ee408cf
22 changed files with 1038 additions and 79 deletions
|
@ -6,30 +6,30 @@ return {
|
|||
['White'] = '#ffffffdd',
|
||||
['Black'] = '#000000',
|
||||
|
||||
['Crust'] = '#11111b',
|
||||
['Mantle'] = '#181825',
|
||||
['Base'] = '#1e1e2e',
|
||||
['Surface0'] = '#313244',
|
||||
['Surface1'] = '#45475a',
|
||||
['Surface2'] = '#585b70',
|
||||
['Overlay0'] = '#6c7086',
|
||||
['Overlay1'] = '#7f849c',
|
||||
['Overlay2'] = '#9399b2',
|
||||
['Subtext0'] = '#a6adc8',
|
||||
['Subtext1'] = '#bac2de',
|
||||
['Text'] = '#cdd6f4',
|
||||
['Lavender'] = '#b4befe',
|
||||
['Blue'] = '#89b4fa',
|
||||
['Sapphire'] = '#74c7ec',
|
||||
['Sky'] = '#89dceb',
|
||||
['Teal'] = '#94e2d5',
|
||||
['Green'] = '#a6e3a1',
|
||||
['Yellow'] = '#f9e2af',
|
||||
['Peach'] = '#fab387',
|
||||
['Maroon'] = '#eba0ac',
|
||||
['Red'] = '#f38ba8',
|
||||
['Mauve'] = '#cba6f7',
|
||||
['Pink'] = '#f5c2e7',
|
||||
['Flamingo'] = '#f2cdcd',
|
||||
['Rosewater'] = '#f5e0dc'
|
||||
['Crust'] = '#181926',
|
||||
['Mantle'] = '#1e2030',
|
||||
['Base'] = '#24273a',
|
||||
['Surface0'] = '#363a4f',
|
||||
['Surface1'] = '#494d64',
|
||||
['Surface2'] = '#5b6078',
|
||||
['Overlay0'] = '#6e738d',
|
||||
['Overlay1'] = '#8087a2',
|
||||
['Overlay2'] = '#939ab7',
|
||||
['Subtext0'] = '#a5adcb',
|
||||
['Subtext1'] = '#b8c0e0',
|
||||
['Text'] = '#cad3f5',
|
||||
['Lavender'] = '#b7bdf8',
|
||||
['Blue'] = '#8aadf4',
|
||||
['Sapphire'] = '#7dc4e4',
|
||||
['Sky'] = '#91d7e3',
|
||||
['Teal'] = '#8bd5ca',
|
||||
['Green'] = '#a6da95',
|
||||
['Yellow'] = '#eed49f',
|
||||
['Peach'] = '#f5a97f',
|
||||
['Maroon'] = '#ee99a0',
|
||||
['Red'] = '#ed8796',
|
||||
['Mauve'] = '#c6a0f6',
|
||||
['Pink'] = '#f5bde6',
|
||||
['Flamingo'] = '#f0c6c6',
|
||||
['Rosewater'] = '#f4dbd6'
|
||||
}
|
||||
|
|
35
src/theme/catppuccin_mocha.lua
Normal file
35
src/theme/catppuccin_mocha.lua
Normal file
|
@ -0,0 +1,35 @@
|
|||
-----------------------------------------------------
|
||||
-- This is a table with almost all Material colors --
|
||||
-----------------------------------------------------
|
||||
|
||||
return {
|
||||
['White'] = '#ffffffdd',
|
||||
['Black'] = '#000000',
|
||||
|
||||
['Crust'] = '#11111b',
|
||||
['Mantle'] = '#181825',
|
||||
['Base'] = '#1e1e2e',
|
||||
['Surface0'] = '#313244',
|
||||
['Surface1'] = '#45475a',
|
||||
['Surface2'] = '#585b70',
|
||||
['Overlay0'] = '#6c7086',
|
||||
['Overlay1'] = '#7f849c',
|
||||
['Overlay2'] = '#9399b2',
|
||||
['Subtext0'] = '#a6adc8',
|
||||
['Subtext1'] = '#bac2de',
|
||||
['Text'] = '#cdd6f4',
|
||||
['Lavender'] = '#b4befe',
|
||||
['Blue'] = '#89b4fa',
|
||||
['Sapphire'] = '#74c7ec',
|
||||
['Sky'] = '#89dceb',
|
||||
['Teal'] = '#94e2d5',
|
||||
['Green'] = '#a6e3a1',
|
||||
['Yellow'] = '#f9e2af',
|
||||
['Peach'] = '#fab387',
|
||||
['Maroon'] = '#eba0ac',
|
||||
['Red'] = '#f38ba8',
|
||||
['Mauve'] = '#cba6f7',
|
||||
['Pink'] = '#f5c2e7',
|
||||
['Flamingo'] = '#f2cdcd',
|
||||
['Rosewater'] = '#f5e0dc'
|
||||
}
|
|
@ -27,7 +27,7 @@ Theme.fg_urgent = cat["Text"]
|
|||
Theme.fg_minimize = cat["Text"]
|
||||
|
||||
Theme.useless_gap = dpi(5) -- Change this to 0 if you dont like window gaps
|
||||
Theme.border_width = dpi(2) -- Change this to 0 if you dont like borders
|
||||
Theme.border_width = dpi(0) -- Change this to 0 if you dont like borders
|
||||
Theme.border_normal = cat["Base"]
|
||||
--Theme.border_focus = color["Red"] -- Doesnt work, no idea why; workaround is in signals.lua
|
||||
Theme.border_marked = cat["Red"]
|
||||
|
|
|
@ -32,18 +32,21 @@ user_vars = {
|
|||
|
||||
-- Write the terminal command to start anything here
|
||||
autostart = {
|
||||
"killall -9 gwe redshift",
|
||||
"picom --experimental-backends",
|
||||
"killall -9 gwe",
|
||||
"gwe --hide-window &",
|
||||
"redshift -x",
|
||||
"redshift &",
|
||||
-- "plank &",
|
||||
"nautilus --gapplication-service &",
|
||||
"setxkbmap -option compose:ralt",
|
||||
"setxkbmap -option caps:escape",
|
||||
"emacs --daemon=instance1",
|
||||
"bash -c \"[ ! -s ~/.config/mpd/pid ] && mpd &\"",
|
||||
"bash -c \"[ ! `pidof xfce-polkit` ] && /usr/lib/xfce-polkit/xfce-polkit &\"",
|
||||
"bash -c \"[ ! `pidof transmission-daemon` ] && transmission-daemon\"",
|
||||
"bash -c \"[[ ! $(pgrep picom) ]] && picom &\"",
|
||||
"bash -c \"[[ ! -s ~/.config/mpd/pid ]] && mpd &\"",
|
||||
"bash -c \"[[ ! $(pgrep ulauncher) ]] && ulauncher --hide-window &\"",
|
||||
-- "bash -c \"[[ ! $(pidof transmission-daemon) ]] && transmission-daemon\"",
|
||||
"bash -c \"[[ ! $(pidof polkit-gnome-authentication-agent-1) ]] && /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &\"",
|
||||
"bash -c \"[[ ! $(pgrep mpDris2) ]] && mpDris2 &\"",
|
||||
-- "bash -c \"[[ ! $(pgrep redshift) ]] && redshift &\"",
|
||||
-- "plank &",
|
||||
-- "bash -c \"[ ! `pidof xfce-polkit` ] && /usr/lib/xfce-polkit/xfce-polkit &\"",
|
||||
},
|
||||
|
||||
-- Type 'ip a' and check your wlan and ethernet name
|
||||
|
@ -54,20 +57,20 @@ user_vars = {
|
|||
|
||||
-- Set your font with this format:
|
||||
font = {
|
||||
regular = "Google Sans, 14",
|
||||
bold = "Google Sans, bold 14",
|
||||
extrabold = "Google Sans, ExtraBold 14",
|
||||
specify = "Google Sans"
|
||||
regular = "Ubuntu, 11",
|
||||
bold = "Ubuntu, bold 11",
|
||||
extrabold = "Ubuntu, ExtraBold 11",
|
||||
specify = "Ubuntu"
|
||||
},
|
||||
|
||||
-- This is your default Terminal
|
||||
terminal = "alacritty",
|
||||
terminal = "kitty",
|
||||
|
||||
-- This is the modkey 'mod4' = Super/Mod/WindowsKey, 'mod3' = alt...
|
||||
modkey = "Mod4",
|
||||
|
||||
-- place your wallpaper at this path with this name, you could also try to change the path
|
||||
wallpaper = home .. "/.config/awesome/src/assets/fuji.jpg",
|
||||
wallpaper = home .. "/Pictures/wallpapers/inazuma2x.jpg",
|
||||
|
||||
-- Naming scheme for the powermenu, userhost = "user@hostname", fullname = "Firstname Surname", something else ...
|
||||
namestyle = "userhost",
|
||||
|
@ -76,7 +79,7 @@ user_vars = {
|
|||
kblayout = { "us", "fr" },
|
||||
|
||||
-- Your filemanager that opens with super+e
|
||||
file_manager = "bash -c \"wmctrl -xa nemo || nemo \"",
|
||||
file_manager = "bash -c \"wmctrl -xa nautilus || nautilus \"",
|
||||
|
||||
-- Screenshot program to make a screenshot when print is hit
|
||||
screenshot_program = "flameshot gui",
|
||||
|
@ -92,11 +95,11 @@ user_vars = {
|
|||
-- Use xprop | grep WM_CLASS and use the *SECOND* string
|
||||
-- { WM_CLASS, program, name, user_icon, isSteam }
|
||||
dock_programs = {
|
||||
{ "nemo", "bash -c \"wmctrl -xa nemo || nemo\"", "Files" },
|
||||
{ "Alacritty", "alacritty", "Alacritty" },
|
||||
{ "nautilus", "bash -c \"wmctrl -xa nautilus || nautilus\"", "Files", "/usr/share/icons/Papirus-Dark/128x128/apps/org.gnome.Nautilus.svg" },
|
||||
{ "kitty", "kitty", "Kitty" },
|
||||
-- { "Firefox Beta", "firefox-beta", "Firefox" },
|
||||
{ "firefox", "firefox-developer-edition --class='firefox-developer-edition'", "Firefox", "/usr/share/icons/Papirus-Dark/128x128/apps/firefox-developer-icon.svg" },
|
||||
{ "brave-browser-beta", "brave-beta", "Brave" },
|
||||
{ "Thorium-browser-unstable", "thorium-browser", "thorium-browser-unstable", "/usr/share/icons/Papirus-Dark/128x128/apps/Thorium-browser-unstable.svg" },
|
||||
{ "osu!.exe", "/home/eric/.wineosu/osu/start.sh", "osu!", "/home/eric/.wineosu/osu/icon.png"},
|
||||
{ "osu!", "osu-lazer", "osu-lazer"},
|
||||
{ "discord", "discord", "Discord" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue