From c27a5efd2a7f43bd2f3c0a9f6606f332576cff1e Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Sun, 10 May 2020 03:04:35 +0300 Subject: no more transparency in programs --- dotfiles/.config/kitty/kitty.conf | 3 ++- dotfiles/.config/mako/config | 2 +- dotfiles/.config/sway/config | 9 ++++----- dotfiles/.config/termite/config | 3 ++- dotfiles/.config/waybar/style.css | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/kitty/kitty.conf b/dotfiles/.config/kitty/kitty.conf index 09d1fc4..8c02f01 100644 --- a/dotfiles/.config/kitty/kitty.conf +++ b/dotfiles/.config/kitty/kitty.conf @@ -7,6 +7,7 @@ #: characters. font_family BlexMono Nerd Font Mono +#font_family PxPlus IBM CGAthin # bold_font auto # italic_font auto # bold_italic_font auto @@ -464,7 +465,7 @@ background #1b1e25 #: The foreground and background colors -background_opacity 0.95 +background_opacity 1 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if diff --git a/dotfiles/.config/mako/config b/dotfiles/.config/mako/config index 5922178..affb3c4 100644 --- a/dotfiles/.config/mako/config +++ b/dotfiles/.config/mako/config @@ -1,6 +1,6 @@ font=BlexMono Nerd Font Mono 10 text-color=#e5e9f0 -background-color=#2d333ffb +background-color=#2d333f border-color=#434c5e default-timeout=5000 height=300 diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 31c2ce0..1613f85 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -101,8 +101,8 @@ for_window [title="quakemite"] border none # Theme colors # class border backgr. text indic. child_border - client.focused #212121 #1B1E25 #7FAC96 #81acc1 #434C5E - client.focused_inactive #000000 #3B4252 #D8DEE9 #1d2021 #1B1E25 + client.focused #1B1E25 #1B1E25 #7FAC96 #81acc1 #434C5E + client.focused_inactive #3B4252 #3B4252 #7FAC96 #1d2021 #1B1E25 client.unfocused #000000 #3B4252 #D8DEE9 #1d2021 #1B1E25 client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2 #CB4B16 client.placeholder #FFFFFF #0C0C0C #FFFFFF #FFFFFF #3F6E90 @@ -182,8 +182,8 @@ bindsym --to-code { $mod+Shift+F7 exec mpc seek +10 # Start Applications - $mod+Shift+w exec $browser - $mod+Ctrl+w exec chromium + $mod+Shift+w exec --no-startup-id $browser + $mod+Ctrl+w exec --no-startup-id chromium $mod+F2 exec menumako $mod+F3 exec menudisplay $mod+F4 exec menublk @@ -200,7 +200,6 @@ bindsym --to-code { # Network management $mod+Shift+c exec togglevpn - # Network management $mod+Shift+n exec $term -e 'nmtui' # Screenshot and recording diff --git a/dotfiles/.config/termite/config b/dotfiles/.config/termite/config index f5ffb37..fde7ad1 100644 --- a/dotfiles/.config/termite/config +++ b/dotfiles/.config/termite/config @@ -6,7 +6,7 @@ foreground = #e5e9f0 foreground_bold = #d8dee9 cursor = #d8dee9 cursor_foreground = #d8dee9 -background = rgba(27, 30, 37, 0.98) +background = #1b1e25 # #1b1e25 # 16 color space @@ -49,3 +49,4 @@ font = BlexMono Nerd Font Mono 10 allow_bold = true cursor_shape = underline mouse_autohide = true +audible_bell = true diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index 0b244e0..41af20c 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -4,7 +4,7 @@ min-height: 0; } window#waybar { - background: rgba(27, 30, 37, 0.95); + background: rgba(27, 30, 37, 1); color: #e5e9f0; min-height: 0; } -- cgit v1.2.3