Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
641a1bdf1e updated swaylock again 2025-08-26 17:27:52 +03:00
85f94a1fb7 updated swaylock colors 2025-08-26 17:22:47 +03:00
3b3357e3c4 my display renamed itself...? 2025-08-25 19:35:23 +03:00
4a10ddb1f2 video mime 2025-08-25 19:31:06 +03:00
ad5049caf3 a bunch of changes 2025-08-20 17:15:32 +03:00
9d9fbce196 more colors 2025-08-18 16:34:16 +03:00
610fada91d changed colors 2025-08-18 16:20:18 +03:00
15 changed files with 149 additions and 89 deletions

View file

@ -2,50 +2,50 @@
import = [] import = []
live_config_reload = true live_config_reload = true
[window] [window]
opacity = 0.7 opacity = 0.5
[font] [font]
normal = { family = "Source Code Pro", style = "Regular" } normal = { family = "FantasqueSansM Nerd Font", style = "Regular" }
size = 11 size = 13
[colors] [colors]
draw_bold_text_with_bright_colors = true draw_bold_text_with_bright_colors = true
[colors.primary] [colors.primary]
foreground = "#ffffff" foreground = "#d3c6aa"
dim_foreground = "#f0dada" dim_foreground = "#d3c6aa"
bright_foreground = "#ffffff" bright_foreground = "#dfddc8"
background = "#2c3746" background = "#3a464c"
[colors.normal] [colors.normal]
black = "#176ef1" black = "#3a464c"
red = "#fd3762" red = "#e67e80"
green = "#2aacaa" green = "#a7c080"
yellow = "#f7c067" yellow = "#dbcc7f"
blue = "#f77067" blue = "#7fbbb3"
magenta = "#cb75f7" magenta = "#d699b6"
cyan = "#5cc6d1" cyan = "#83c092"
white = "#9cacad" white = "#d3c6aa"
[colors.bright] [colors.bright]
black = "#1874ff" black = "#5c6a72"
red = "#ff4772" red = "#f8fff2"
green = "#2ebdbb" green = "#8da101"
yellow = "#ffc66a" yellow = "#dfa000"
blue = "#ff7c77" blue = "#3a94c5"
magenta = "#ce79ff" magenta = "#df69ba"
cyan = "#60ccd8" cyan = "#35a77c"
white = "#aabcbd" white = "#dfddc8"
[colors.dim] [colors.dim]
black = "#156bdc" black = "#3a464c"
red = "#f22c57" red = "#e67e80"
green = "#28a09c" green = "#a7c080"
yellow = "#ddab5c" yellow = "#dbcc7f"
blue = "#df635d" blue = "#7fbbb3"
magenta = "#af69dd" magenta = "#d699b6"
cyan = "#4fb0b3" cyan = "#83c092"
white = "#879596" white = "#d3c6aa"
[cursor.style] [cursor.style]
shape = "Underline" shape = "Underline"

1
environment.d/user.conf Normal file
View file

@ -0,0 +1 @@
XDG_CURRENT_DESKTOP=river

2
etc/lemurs/wayland/river Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /usr/bin/river

View file

@ -1 +1 @@
ignored setup.fish clean.fish README.MD ignored setup.fish clean.fish README.MD etc mimeapps.list local

View file

@ -1,5 +1,5 @@
profile single { profile single {
output eDP-2 { output eDP-1 {
mode 1920x1080 mode 1920x1080
position 0,0 position 0,0
adaptive_sync on adaptive_sync on
@ -7,7 +7,7 @@ profile single {
} }
profile multi { profile multi {
output eDP-2 { output eDP-1 {
mode 1920x1080 mode 1920x1080
position 0,0 position 0,0
adaptive_sync on adaptive_sync on

View file

@ -0,0 +1,6 @@
[Desktop Entry]
Type=Application
Name=Neovim (Alacritty)
Exec=alacritty -e nvim %F
Terminal=false
Categories=Utility;TextEditor

View file

@ -0,0 +1,6 @@
[Desktop Entry]
Type=Application
Name=Ranger (Alacritty)
Exec=alacritty -e ranger %F
Terminal=false
Categories=Utility;FileManager

View file

@ -1,7 +1,7 @@
font=SourceCodePro Normal Regular 12 font=FantasqueSansM Nerd Font Normal Regular 12
background-color=#2C374688 background-color=#3a464c88
border-size=2 border-size=2
border-color=#81A1C1FF border-color=#35a77cff
icon-location=right icon-location=right
text-alignment=right text-alignment=right
default-timeout=2000 default-timeout=2000

36
mimeapps.list Normal file
View file

@ -0,0 +1,36 @@
[Default Applications]
image/apng=librewolf.desktop
image/avif=librewolf.desktop
image/bmp=librewolf.desktop
image/gif=librewolf.desktop
image/vnd.microsoft.icon=librewolf.desktop
image/jpeg=librewolf.desktop
image/png=librewolf.desktop
image/svg+xml=librewolf.desktop
image/tiff=librewolf.desktop
image/webp=librewolf.desktop
video/x-msvideo=librewolf.desktop
video/mp4=librewolf.desktop
video/mpeg=librewolf.desktop
video/ogg=librewolf.desktop
video/mp2t=librewolf.desktop
video/webm=librewolf.desktop
video/3gpp=librewolf.desktop
text/css=nvim-alacritty.desktop
text/csv=nvim-alacritty.desktop
text/html=librewolf.desktop
text/calendar=nvim-alacritty.desktop
text/javascript=nvim-alacritty.desktop
text/markdown=nvim-alacritty.desktop
text/xml=nvim-alacritty.desktop
text/plain=nvim-alacritty.desktop
application/json=nvim-alacritty.desktop
application/ld+json=nvim-alacritty.desktop
application/x-httpd-php=nvim-alacritty.desktop
application/xml=nvim-alacritty.desktop
x-scheme-handler/discord=vesktop.desktop
x-scheme-handler/discord-1345366770436800533=discord-1345366770436800533.desktop

View file

@ -8,14 +8,6 @@ vim.o.cursorline = true
vim.cmd( 'syntax enable' ) vim.cmd( 'syntax enable' )
vim.cmd( 'filetype plugin indent on' ) vim.cmd( 'filetype plugin indent on' )
vim.cmd( 'colorscheme slate' )
vim.cmd [[
highlight Normal guibg=NONE ctermbg=NONE
highlight NonText guibg=NONE ctermbg=NONE
highlight EndOfBuffer guibg=NONE ctermbg=NONE
]]
vim.cmd [[ vim.cmd [[
call plug#begin() call plug#begin()
Plug 'preservim/nerdtree' Plug 'preservim/nerdtree'
@ -28,9 +20,20 @@ vim.cmd [[
Plug 'hrsh7th/cmp-path' Plug 'hrsh7th/cmp-path'
Plug 'hrsh7th/cmp-cmdline' Plug 'hrsh7th/cmp-cmdline'
Plug 'hrsh7th/nvim-cmp' Plug 'hrsh7th/nvim-cmp'
Plug 'stevedylandev/ansi-nvim'
call plug#end() call plug#end()
]] ]]
vim.cmd( 'colorscheme ansi' )
vim.opt.termguicolors = false
vim.cmd [[
highlight Normal guibg=NONE ctermbg=NONE
highlight NonText guibg=NONE ctermbg=NONE
highlight EndOfBuffer guibg=NONE ctermbg=NONE
]]
local cmp = require 'cmp' local cmp = require 'cmp'
cmp.setup({ cmp.setup({

View file

@ -21,7 +21,7 @@ local wallpapers = {
} }
local monitors = { local monitors = {
main = 'eDP-2', main = 'eDP-1',
external = 'HDMI-A-1' external = 'HDMI-A-1'
} }
@ -80,11 +80,11 @@ local inputs = {
local river_options = { local river_options = {
-- Theme options -- Theme options
['border-width'] = 2, ['border-width'] = 2,
['border-color-focused'] = '0xeceff4', ['border-color-focused'] = '0x83c092',
['border-color-unfocused'] = '0x81a1c1', ['border-color-unfocused'] = '0x35a77c',
['border-color-urgent'] = '0xbf616a', ['border-color-urgent'] = '0xf85552',
['xcursor-theme'] = { 'Vimix-cursors', 24 }, ['xcursor-theme'] = { 'Vimix-cursors', 24 },
['background-color'] = '0x2e3440', ['background-color'] = '0x343f44',
-- Other options -- Other options
['set-repeat'] = { 25, 300 }, ['set-repeat'] = { 25, 300 },

View file

@ -7,31 +7,31 @@ indicator-caps-lock
indicator-idle-visible indicator-idle-visible
indicator-radius=60 indicator-radius=60
inside-color=28a09cb2 inside-color=83c092b2
inside-clear-color=60ccd8b2 inside-clear-color=7fbbb3b2
inside-caps-lock-color=ddab6cb2 inside-caps-lock-color=dbcc7fb2
inside-ver-color=ff7c77b2 inside-ver-color=a7c080b2
inside-wrong-color=f22c57b2 inside-wrong-color=e67e80b2
key-hl-color=2ebdbb key-hl-color=35a77c
caps-lock-key-hl-color=ffc66a caps-lock-key-hl-color=dfa000
bs-hl-color=ff4772 bs-hl-color=f8fff2
caps-lock-bs-hl-color=ff4772 caps-lock-bs-hl-color=f8fff2
separator-color=00000000 separator-color=00000000
ring-color=28a09c ring-color=83c092
ring-clear-color=5cc6d1 ring-clear-color=7fbbb3
ring-caps-lock-color=ddab5c ring-caps-lock-color=dbcc7f
ring-ver-color=df635d ring-ver-color=a7c080
ring-wrong-color=fd3762 ring-wrong-color=e67e80
line-color=000000b2 line-color=3a464c
line-clear-color=000000b2 line-clear-color=3a464c
line-caps-lock-color=000000b2 line-caps-lock-color=3a464c
line-ver-color=000000b2 line-ver-color=3a464c
line-wrong-color=000000b2 line-wrong-color=3a464c
text-color=000000 text-color=000000
text-clear-color=000000 text-clear-color=000000
@ -39,10 +39,11 @@ text-caps-lock-color=000000
text-ver-color=000000 text-ver-color=000000
text-wrong-color=000000 text-wrong-color=000000
layout-bg-color=2c3746b2 layout-bg-color=a7c080b2
layout-border-color=81a1c1 layout-border-color=3a464c
layout-text-color=000000
scaling=stretch scaling=stretch
font=SourceCodePro font=FantasqueSansM Nerd Font
font-size=18 font-size=18

View file

@ -48,7 +48,7 @@
}, },
{ {
"output": "eDP-2", "output": "eDP-1",
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"height": 32, "height": 32,
@ -59,7 +59,7 @@
"temperature", "temperature",
"backlight", "backlight",
"battery", "battery",
"river/tags", "river/tags"
], ],
"modules-center": [ "modules-center": [
"river/window" "river/window"
@ -169,6 +169,6 @@
"car": "", "car": "",
"default": ["", "", ""] "default": ["", "", ""]
}, },
"on-click": "pavucontrol" "on-click": "alacritty -e 'pulsemixer'"
} }
}] }]

View file

@ -1,13 +1,13 @@
* { * {
/* `otf-font-awesome` is required to be installed for icons */ /* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, SourceCodePro; font-family: FantasqueSansM Nerd Font;
font-size: 13px; font-size: 13px;
} }
window#waybar { window#waybar {
background-color: rgba(44, 37, 46, 0.7); background-color: rgba(50, 70, 76, 0.5);
padding-bottom: 6px; padding-bottom: 6px;
border-bottom: 2px solid rgba(129, 161, 193, 0.5); border-bottom: 2px solid rgba(53, 167, 124, 0.5);
color: #ffffff; color: #ffffff;
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: .5s;
@ -59,12 +59,12 @@ button:hover {
} }
#tags button.focused { #tags button.focused {
background-color: #64727D; background-color: #3a464c;
box-shadow: inset 0 -3px #ffffff; box-shadow: inset 0 -3px #ffffff;
} }
#tags button.urgent { #tags button.urgent {
background-color: #eb4d4b; background-color: #d3c6aa;
} }
#clock, #clock,
@ -81,7 +81,7 @@ button:hover {
margin: 0 3px; margin: 0 3px;
padding: 0 8px; padding: 0 8px;
color: #ffffff; color: #ffffff;
border: 2px solid #81a1c1; border: 2px solid #35a77c;
} }
#cpu, #cpu,
@ -100,11 +100,16 @@ button:hover {
#network:hover, #network:hover,
#pulseaudio:hover, #pulseaudio:hover,
#mpd:hover { #mpd:hover {
border: 2px solid #eceff4; border: 2px solid #83c092;
} }
#window { #window {
margin: 0 4px; margin: 0 4px;
font-size: 12px;
}
#mpd {
font-size: 11px;
} }
@keyframes blink { @keyframes blink {

View file

@ -1,13 +1,13 @@
#expander-box, #window, #input { #expander-box, #window, #input {
background-color: rgba(44, 37, 46, 0.7); background-color: rgba(50, 70, 76, 0.5);
border-radius: 0; border-radius: 0;
color: white; color: white;
font-family: SourceCodePro; font-family: FantasqueSansM Nerd Font;
font-size: 11pt; font-size: 16px;
} }
#window, #input { #window, #input {
border: 2px solid #81a1c1; border: 2px solid #35a77c;
} }
#expander-box { #expander-box {
@ -16,8 +16,8 @@
} }
#entry:selected { #entry:selected {
background-color: #2c3746; background-color: #3a464c;
border-top: 2px solid #eceff4; border-top: 2px solid #83c092;
border-bottom: 2px solid #eceff4; border-bottom: 2px solid #83c092;
border-radius: 0; border-radius: 0;
} }