mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Add makima config
This commit is contained in:
parent
c84e0850cd
commit
35c88d9e1b
|
@ -29,82 +29,24 @@ cursor:
|
||||||
blinking: on
|
blinking: on
|
||||||
|
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
primary:
|
||||||
primary:
|
background: '0x1d2021'
|
||||||
background: "#24273A" # base
|
foreground: '0xd4be98'
|
||||||
foreground: "#CAD3F5" # text
|
normal:
|
||||||
# Bright and dim foreground colors
|
black: '0x32302f'
|
||||||
dim_foreground: "#CAD3F5" # text
|
red: '0xea6962'
|
||||||
bright_foreground: "#CAD3F5" # text
|
green: '0xa9b665'
|
||||||
|
yellow: '0xd8a657'
|
||||||
# Cursor colors
|
blue: '0x7daea3'
|
||||||
cursor:
|
magenta: '0xd3869b'
|
||||||
text: "#24273A" # base
|
cyan: '0x89b482'
|
||||||
cursor: "#F4DBD6" # rosewater
|
white: '0xd4be98'
|
||||||
vi_mode_cursor:
|
bright:
|
||||||
text: "#24273A" # base
|
black: '0x32302f'
|
||||||
cursor: "#B7BDF8" # lavender
|
red: '0xea6962'
|
||||||
|
green: '0xa9b665'
|
||||||
# Search colors
|
yellow: '0xd8a657'
|
||||||
search:
|
blue: '0x7daea3'
|
||||||
matches:
|
magenta: '0xd3869b'
|
||||||
foreground: "#24273A" # base
|
cyan: '0x89b482'
|
||||||
background: "#A5ADCB" # subtext0
|
white: '0xd4be98'
|
||||||
focused_match:
|
|
||||||
foreground: "#24273A" # base
|
|
||||||
background: "#A6DA95" # green
|
|
||||||
footer_bar:
|
|
||||||
foreground: "#24273A" # base
|
|
||||||
background: "#A5ADCB" # subtext0
|
|
||||||
|
|
||||||
# Keyboard regex hints
|
|
||||||
hints:
|
|
||||||
start:
|
|
||||||
foreground: "#24273A" # base
|
|
||||||
background: "#EED49F" # yellow
|
|
||||||
end:
|
|
||||||
foreground: "#24273A" # base
|
|
||||||
background: "#A5ADCB" # subtext0
|
|
||||||
|
|
||||||
# Selection colors
|
|
||||||
selection:
|
|
||||||
text: "#24273A" # base
|
|
||||||
background: "#F4DBD6" # rosewater
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
normal:
|
|
||||||
black: "#494D64" # surface1
|
|
||||||
red: "#ED8796" # red
|
|
||||||
green: "#A6DA95" # green
|
|
||||||
yellow: "#EED49F" # yellow
|
|
||||||
blue: "#8AADF4" # blue
|
|
||||||
magenta: "#F5BDE6" # pink
|
|
||||||
cyan: "#8BD5CA" # teal
|
|
||||||
white: "#B8C0E0" # subtext1
|
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
bright:
|
|
||||||
black: "#5B6078" # surface2
|
|
||||||
red: "#ED8796" # red
|
|
||||||
green: "#A6DA95" # green
|
|
||||||
yellow: "#EED49F" # yellow
|
|
||||||
blue: "#8AADF4" # blue
|
|
||||||
magenta: "#F5BDE6" # pink
|
|
||||||
cyan: "#8BD5CA" # teal
|
|
||||||
white: "#A5ADCB" # subtext0
|
|
||||||
|
|
||||||
# Dim colors
|
|
||||||
dim:
|
|
||||||
black: "#494D64" # surface1
|
|
||||||
red: "#ED8796" # red
|
|
||||||
green: "#A6DA95" # green
|
|
||||||
yellow: "#EED49F" # yellow
|
|
||||||
blue: "#8AADF4" # blue
|
|
||||||
magenta: "#F5BDE6" # pink
|
|
||||||
cyan: "#8BD5CA" # teal
|
|
||||||
white: "#B8C0E0" # subtext1
|
|
||||||
|
|
||||||
indexed_colors:
|
|
||||||
- { index: 16, color: "#F5A97F" }
|
|
||||||
- { index: 17, color: "#F4DBD6" }
|
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 p
|
||||||
set $menu exec $term --option window.opacity=1 --class=launcher -e env zsh -c "source ~/.profile && /usr/bin/sway-launcher-desktop"
|
set $menu exec $term --option window.opacity=1 --class=launcher -e env zsh -c "source ~/.profile && /usr/bin/sway-launcher-desktop"
|
||||||
set $filemgr nemo
|
set $filemgr nemo
|
||||||
|
|
||||||
output * bg ~/Pictures/bg/bg.png fill
|
output * bg ~/Pictures/bg/makima.png fill
|
||||||
|
|
||||||
input type:keyboard {
|
input type:keyboard {
|
||||||
xkb_layout us,ru
|
xkb_layout us,ru
|
||||||
|
@ -31,7 +31,7 @@ font "JetBrains Mono" 9
|
||||||
|
|
||||||
output * scale 2
|
output * scale 2
|
||||||
|
|
||||||
include ~/.config/sway/themes/catppuccin-macchiato
|
include ~/.config/sway/themes/makima
|
||||||
|
|
||||||
# Start components
|
# Start components
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background: @base;
|
background: transparent;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
@ -18,10 +18,15 @@ window#waybar {
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
transition: none;
|
transition: none;
|
||||||
|
background: #1d2021;
|
||||||
|
margin: 8px 8px 0;
|
||||||
|
padding: 4px;
|
||||||
color: @text;
|
color: @text;
|
||||||
|
border-radius: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
border-radius: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
|
@ -43,10 +48,11 @@ button:hover {
|
||||||
|
|
||||||
.modules-right {
|
.modules-right {
|
||||||
transition: none;
|
transition: none;
|
||||||
background: @base;
|
background: #1d2021;
|
||||||
|
border-radius: 32px;
|
||||||
|
margin: 8px 8px 0;
|
||||||
color: @text;
|
color: @text;
|
||||||
padding-left: 4px;
|
padding: 4px;
|
||||||
padding-right: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#language, #clock, #battery, #cpu, #memory, #disk, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor, #mpd, #custom-loadavg, #custom-uptime {
|
#language, #clock, #battery, #cpu, #memory, #disk, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor, #mpd, #custom-loadavg, #custom-uptime {
|
||||||
|
|
Loading…
Reference in a new issue