Change theme to gruvbox

This commit is contained in:
Ivan Bushchik 2022-10-18 16:52:16 +03:00
parent f66748a26a
commit 174cee4bdd
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7
6 changed files with 54 additions and 58 deletions

View file

@ -21,53 +21,39 @@ font:
italic: italic:
family: JetBrains Mono family: JetBrains Mono
style: SemiBold Italic style: SemiBold Italic
size: 11.0 size: 9.0
cursor: cursor:
shape: Block shape: Block
blinking: on blinking: on
# KDE Breeze (Ported from Konsole) # Colors (Gruvbox dark)
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0x232627' # hard contrast: background = '0x1d2021'
foreground: '0xfcfcfc' background: '0x282828'
# soft contrast: background = '0x32302f'
dim_foreground: '0xeff0f1' foreground: '0xebdbb2'
bright_foreground: '0xffffff'
dim_background: '0x31363b'
bright_background: '0x000000'
# Normal colors # Normal colors
normal: normal:
black: '0x232627' black: '0x282828'
red: '0xed1515' red: '0xcc241d'
green: '0x11d116' green: '0x98971a'
yellow: '0xf67400' yellow: '0xd79921'
blue: '0x1d99f3' blue: '0x458588'
magenta: '0x9b59b6' magenta: '0xb16286'
cyan: '0x1abc9c' cyan: '0x689d6a'
white: '0xfcfcfc' white: '0xa89984'
# Bright colors # Bright colors
bright: bright:
black: '0x7f8c8d' black: '0x928374'
red: '0xc0392b' red: '0xfb4934'
green: '0x1cdc9a' green: '0xb8bb26'
yellow: '0xfdbc4b' yellow: '0xfabd2f'
blue: '0x3daee9' blue: '0x83a598'
magenta: '0x8e44ad' magenta: '0xd3869b'
cyan: '0x16a085' cyan: '0x8ec07c'
white: '0xffffff' white: '0xebdbb2'
# Dim colors
dim:
black: '0x31363b'
red: '0x783228'
green: '0x17a262'
yellow: '0xb65619'
blue: '0x1b668f'
magenta: '0x614a73'
cyan: '0x186c60'
white: '0x63686d'

View file

@ -8,7 +8,7 @@ for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 p
set $menu exec $term --class=launcher -e env zsh -c "source ~/.profile && /usr/bin/sway-launcher-desktop" set $menu exec $term --class=launcher -e env zsh -c "source ~/.profile && /usr/bin/sway-launcher-desktop"
set $filemgr nemo set $filemgr nemo
output * bg #073642 solid_color output * bg #1d2021 solid_color
input * { input * {
xkb_layout us,ru xkb_layout us,ru
@ -22,12 +22,12 @@ smart_borders on
default_border pixel 1 default_border pixel 1
hide_edge_borders smart hide_edge_borders smart
smart_gaps on smart_gaps on
gaps inner 5 gaps inner 16
font "JetBrains Mono" 9 font "JetBrains Mono" 9
output * scale 2 output * scale 2
include ~/.config/sway/themes/breeze include ~/.config/sway/themes/gruvbox
# Start components # Start components

View file

@ -0,0 +1,14 @@
seat seat0 xcursor_theme "Simp1e-Gruvbox-Dark"
set $gnome-schema org.gnome.desktop.interface
exec_always {
gsettings set $gnome-schema gtk-theme 'gruvbox-dark-gtk'
gsettings set $gnome-schema icon-theme 'gruvbox-dark-icons-gtk'
gsettings set $gnome-schema cursor-theme 'Simp1e-Gruvbox-Dark'
gsettings set $gnome-schema font-name 'JetBrains Mono 9'
}
# Property Name Border BG Text Indicator Child_border
client.focused #928374 #282828 #ebdbb2 #928374 #928374
client.focused_inactive #1d2021 #282828 #ebdbb2 #1d2021 #1d2021
client.unfocused #1d2021 #282828 #ebdbb2 #1d2021 #1d2021

View file

@ -2,7 +2,7 @@ seat seat0 xcursor_theme "Breeze_Snow"
set $gnome-schema org.gnome.desktop.interface set $gnome-schema org.gnome.desktop.interface
exec_always { exec_always {
gsettings set $gnome-schema gtk-theme 'NumixSolarizedDarkOrange' gsettings set $gnome-schema gtk-theme 'NumixSolarizedDarkCyan'
gsettings set $gnome-schema icon-theme 'breeze-dark' gsettings set $gnome-schema icon-theme 'breeze-dark'
gsettings set $gnome-schema cursor-theme 'Breeze_Snow' gsettings set $gnome-schema cursor-theme 'Breeze_Snow'
gsettings set $gnome-schema font-name 'JetBrains Mono 9' gsettings set $gnome-schema font-name 'JetBrains Mono 9'

View file

@ -7,32 +7,30 @@
} }
window#waybar { window#waybar {
background-color: #232629; background-color: #1d2021;
color: #eeeeee; color: #ebdbb2;
padding-right: 5px;
} }
#workspaces button { #workspaces button {
background-color: transparent; background-color: transparent;
border-radius: 2px; border-radius: 2px;
color: #eeeeee; color: #a89984;
margin: 2px 2px; margin: 4px 2px;
} }
#workspaces button:hover { #workspaces button:hover {
color: #cb4b16; color: #ebdbb2;
background-color: #43a5d5; background-color: #928374;
} }
#workspaces button.focused { #workspaces button.focused {
color: #b58900; color: #ebdbb2;
background-color: #073642; background-color: #282828;
} }
#workspaces button.urgent { #workspaces button.urgent {
background-color: #eb4d4b; background-color: #cc241d;
}
#mode {
background-color: #888888;
} }
#language, #language,
#clock, #clock,
@ -50,15 +48,14 @@ window#waybar {
#idle_inhibitor, #idle_inhibitor,
#mpd { #mpd {
padding: 0 4px; padding: 0 4px;
color: #b58900; color: #d79921;
background-color: #073642; background-color: #282828;
border-radius: 2px; border-radius: 2px;
margin: 2px 2px; margin: 4px 2px;
} }
#window { #window {
color: #859900; color: #b8bb26;
font-weight: 800;
} }
/* If workspaces is the leftmost module, omit left margin */ /* If workspaces is the leftmost module, omit left margin */

View file

@ -17,7 +17,6 @@ USEDSTRGPERCHOME=$(df /home -h | tail -n 1 | awk '{print $5}')
STRGHOME=$(df /home -h | tail -n 1 | awk '{print $2}') STRGHOME=$(df /home -h | tail -n 1 | awk '{print $2}')
UPTIME=$(uptime -p) UPTIME=$(uptime -p)
printf "\e[0;32m$(whoami)@$(hostnamectl hostname)\e[m\n"
printf "\e[0;34msystem load:\e[m\t${AVLD}\n" printf "\e[0;34msystem load:\e[m\t${AVLD}\n"
printf "\e[0;34musage of /:\e[m\t${USEDSTRGPERC}% (${USEDSTRG}/${STRG})\n" printf "\e[0;34musage of /:\e[m\t${USEDSTRGPERC}% (${USEDSTRG}/${STRG})\n"
printf "\e[0;34musage of /home:\e[m\t${USEDSTRGPERCHOME}% (${USEDSTRGHOME}/${STRGHOME})\n" printf "\e[0;34musage of /home:\e[m\t${USEDSTRGPERCHOME}% (${USEDSTRGHOME}/${STRGHOME})\n"