diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 8e09185..0ae2890 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,10 +1,6 @@ -[general] -import = [ - "~/.config/alacritty/gruvbox_dark.toml" -] - [window] -dynamic_padding = true +# dynamic_padding = true +padding = {x = 2, y = 2} [font.normal] family = "Adwaita Mono" @@ -13,3 +9,32 @@ family = "Adwaita Mono" bindings = [ { key = "Enter", mods = "Super|Shift", action = "CreateNewWindow" } ] + +# Default colors +[colors.primary] +# hard contrast background = = '#1d2021' +background = '#282828' +# soft contrast background = = '#32302f' +foreground = '#ebdbb2' + +# Normal colors +[colors.normal] +black = '#282828' +red = '#cc241d' +green = '#98971a' +yellow = '#d79921' +blue = '#458588' +magenta = '#b16286' +cyan = '#689d6a' +white = '#a89984' + +# Bright colors +[colors.bright] +black = '#928374' +red = '#fb4934' +green = '#b8bb26' +yellow = '#fabd2f' +blue = '#83a598' +magenta = '#d3869b' +cyan = '#8ec07c' +white = '#ebdbb2' diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 82aa8db..3793a05 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -3,7 +3,7 @@ "modules-left": ["niri/workspaces"], "modules-center": ["niri/window"], - "modules-right": ["idle_inhibitor", "bluetooth", "network", "wireplumber#source", "wireplumber#sink", "battery", "clock"], + "modules-right": ["bluetooth", "network", "wireplumber#source", "wireplumber#sink", "battery", "clock"], "niri/window": { "max-length": 100 diff --git a/.local/share/applications/ipe.desktop b/.local/share/applications/ipe.desktop new file mode 100644 index 0000000..32fc216 --- /dev/null +++ b/.local/share/applications/ipe.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Ipe +Comment=The Ipe extensible drawing editor +Exec=ipe +Icon=ipe +Type=Application +Encoding=UTF-8 +Categories=Qt;Application;Graphics; +X-Desktop-File-Install-Version=0.28 diff --git a/.local/share/fonts/SauceCodeProNerdFont-Bold.ttf b/.local/share/fonts/SauceCodeProNerdFont-Bold.ttf deleted file mode 100644 index b1112d7..0000000 Binary files a/.local/share/fonts/SauceCodeProNerdFont-Bold.ttf and /dev/null differ diff --git a/.local/share/fonts/SauceCodeProNerdFont-BoldItalic.ttf b/.local/share/fonts/SauceCodeProNerdFont-BoldItalic.ttf deleted file mode 100644 index 2dd94ff..0000000 Binary files a/.local/share/fonts/SauceCodeProNerdFont-BoldItalic.ttf and /dev/null differ diff --git a/.local/share/fonts/SauceCodeProNerdFont-Italic.ttf b/.local/share/fonts/SauceCodeProNerdFont-Italic.ttf deleted file mode 100644 index 0ffe726..0000000 Binary files a/.local/share/fonts/SauceCodeProNerdFont-Italic.ttf and /dev/null differ diff --git a/.local/share/fonts/SauceCodeProNerdFont-Regular.ttf b/.local/share/fonts/SauceCodeProNerdFont-Regular.ttf deleted file mode 100644 index 73d66db..0000000 Binary files a/.local/share/fonts/SauceCodeProNerdFont-Regular.ttf and /dev/null differ diff --git a/.local/share/fonts/SymbolsNerdFont-Regular.ttf b/.local/share/fonts/SymbolsNerdFont-Regular.ttf new file mode 100644 index 0000000..38c24fb Binary files /dev/null and b/.local/share/fonts/SymbolsNerdFont-Regular.ttf differ diff --git a/.local/share/fonts/SymbolsNerdFontMono-Regular.ttf b/.local/share/fonts/SymbolsNerdFontMono-Regular.ttf new file mode 100644 index 0000000..d898eea Binary files /dev/null and b/.local/share/fonts/SymbolsNerdFontMono-Regular.ttf differ diff --git a/.local/share/icons/hicolor/128x128/ipe.png b/.local/share/icons/hicolor/128x128/ipe.png new file mode 100644 index 0000000..4abb11e Binary files /dev/null and b/.local/share/icons/hicolor/128x128/ipe.png differ