diff options
Diffstat (limited to 'artix/home/.config')
| -rw-r--r-- | artix/home/.config/alacritty/.gitkeep | 0 | ||||
| -rw-r--r-- | artix/home/.config/alacritty/alacritty.toml | 31 | ||||
| -rw-r--r-- | artix/home/.config/dunst/.gitkeep | 0 | ||||
| -rw-r--r-- | artix/home/.config/dunst/dunstrc | 21 | ||||
| -rw-r--r-- | artix/home/.config/nvim/init.lua | 4 | ||||
| -rw-r--r-- | artix/home/.config/waybar/style.css | 94 |
6 files changed, 4 insertions, 146 deletions
diff --git a/artix/home/.config/alacritty/.gitkeep b/artix/home/.config/alacritty/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/artix/home/.config/alacritty/.gitkeep diff --git a/artix/home/.config/alacritty/alacritty.toml b/artix/home/.config/alacritty/alacritty.toml deleted file mode 100644 index a74f717..0000000 --- a/artix/home/.config/alacritty/alacritty.toml +++ /dev/null @@ -1,31 +0,0 @@ -[window] -padding = { x = 10, y = 10 } -opacity = 0.73 - -[font] -normal = { family = "monospace", style = "Regular" } -size = 17 - -[colors.primary] -background = '#1a1b26' -foreground = '#c0caf5' - -[colors.normal] -black = '#15161e' -red = '#f7768e' -green = '#9ece6a' -yellow = '#e0af68' -blue = '#7aa2f7' -magenta = '#bb9af7' -cyan = '#7dcfff' -white = '#a9b1d6' - -[colors.bright] -black = '#414868' -red = '#ff899d' -green = '#9fe044' -yellow = '#faba4a' -blue = '#8db0ff' -magenta = '#c7a9ff' -cyan = '#a4daff' -white = '#c0caf5' diff --git a/artix/home/.config/dunst/.gitkeep b/artix/home/.config/dunst/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/artix/home/.config/dunst/.gitkeep diff --git a/artix/home/.config/dunst/dunstrc b/artix/home/.config/dunst/dunstrc deleted file mode 100644 index 8ab4e1e..0000000 --- a/artix/home/.config/dunst/dunstrc +++ /dev/null @@ -1,21 +0,0 @@ -[global] - background = "#1A1B26" - foreground = "#ffffff" - frame_color = "#3B4261" - frame_width = 5 - timeout = 10 - alignment = center - enable_recursive_icon_lookup = true - padding = 5 - horizontal_padding = 5 - font = 0xProto Nerd font 15 - corner_radius = 0 - separator_height = 5 -[urgency_low] - background = "#7aa2f7" - foreground = "#ffffff" - timeout = 10 -[urgency_critical] - background = "#F7768E" - foreground = "#1A1B26" - timeout = 10 diff --git a/artix/home/.config/nvim/init.lua b/artix/home/.config/nvim/init.lua index 95fb04d..aa22f2a 100644 --- a/artix/home/.config/nvim/init.lua +++ b/artix/home/.config/nvim/init.lua @@ -40,6 +40,10 @@ vim.o.completeopt = 'menu,menuone,noselect' vim.diagnostic.status() vim.lsp.status() +-- COLORSCHEME + +vim.cmd [[colorscheme slate]] + -- FRENCH SPELLS local spell_path = vim.fn.stdpath("data") .. "/site/spell" diff --git a/artix/home/.config/waybar/style.css b/artix/home/.config/waybar/style.css deleted file mode 100644 index 4e7b6e8..0000000 --- a/artix/home/.config/waybar/style.css +++ /dev/null @@ -1,94 +0,0 @@ -* { - font-family: "monospace"; - font-weight: bold; -} - -#waybar { - background: #1a1b26; - color: #fff; -} - -#workspaces button { - color: #fff; - border-radius: 0; -} - -#workspaces button.active { - background: #ad8ee6; -} - -#workspaces button.special { - background: #7aa2f7; -} - -#workspaces button.urgent { - background: #f7768e; -} - -#workspaces button:hover { - box-shadow: none; - text-shadow: none; - background: #32344a; - border: none; - transition: none; - color: #7aa2f7; -} - -#battery, -#cpu, -#memory, -#pulseaudio, -#network, -#clock, -#tray, -#temperature, -#workspaces button { - padding: 7 7; -} - -#network { - background: #449dab; -} - -#pulseaudio { - background: #ad8ee6; -} - -#pulseaudio.bluetooth { - background: #7aa2f7; -} - -#battery, -#cpu, -#memory, -#temperature { - background: #9ece6a; -} - -#battery.warning, -#cpu.warning, -#memory.warning { - background: #e0af68; -} - -#battery.urgent, -#cpu.urgent, -#memory.urgent, -#network.disabled { - background: #ff9e64; -} - -#battery.critical, -#cpu.critical, -#pulseaudio.muted, -#memory.critical, -#network.disconnected, -#temperature.critical { - background: #f7768e -} - -#window { - margin-left: 10px; - background: #32344a; - padding: 7; -} |
