From 5c9e07b7c6ca8f3f1e3e6df40b6aeeca96015580 Mon Sep 17 00:00:00 2001 From: CramMK Date: Wed, 12 Feb 2020 16:39:24 +0100 Subject: [PATCH] changed colors --- dotfiles/Xresources | 14 ++-- ...{colors-afterglow => Xresources.afterglow} | 0 ...ors-breeze-dark => Xresources.breeze-dark} | 0 ...n-and-green => Xresources.clean-and-green} | 0 .../{colors-nord => Xresources.nord} | 0 .../{colors-onedark => Xresources.onedark} | 0 ...olors-onedark-16 => Xresources.onedark-16} | 0 dotfiles/Xresources.d/Xresources.solarized | 77 +++++++++++++++++++ dotfiles/i3_config | 9 ++- dotfiles/picom.conf | 15 +++- 10 files changed, 105 insertions(+), 10 deletions(-) rename dotfiles/Xresources.d/{colors-afterglow => Xresources.afterglow} (100%) rename dotfiles/Xresources.d/{colors-breeze-dark => Xresources.breeze-dark} (100%) rename dotfiles/Xresources.d/{colors-clean-and-green => Xresources.clean-and-green} (100%) rename dotfiles/Xresources.d/{colors-nord => Xresources.nord} (100%) rename dotfiles/Xresources.d/{colors-onedark => Xresources.onedark} (100%) rename dotfiles/Xresources.d/{colors-onedark-16 => Xresources.onedark-16} (100%) create mode 100644 dotfiles/Xresources.d/Xresources.solarized diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 4f606b2..cc0bfe9 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -1,14 +1,16 @@ ! Colors ! more blue-ish -!#include ".Xresources.d/colors-nord" +!#include ".Xresources.d/Xresources.nord" ! more vibrant -#include ".Xresources.d/colors-afterglow" +#include ".Xresources.d/Xresources.afterglow" + +!#include ".Xresources.d/Xresources.solarized" !others -!#include ".Xresources.d/colors-clean-and-green" -!#include ".Xresources.d/colors-breeze-dark" -!#include ".Xresources.d/colors-onedark" -!#include ".Xresources.d/colors-onedark-16" +!#include ".Xresources.d/Xresources.clean-and-green" +!#include ".Xresources.d/Xresources.breeze-dark" +!#include ".Xresources.d/Xresources.onedark" +!#include ".Xresources.d/Xresources.onedark-16" ! Font XTerm.vt100.faceName: xft:Inconsolata:antialias=true diff --git a/dotfiles/Xresources.d/colors-afterglow b/dotfiles/Xresources.d/Xresources.afterglow similarity index 100% rename from dotfiles/Xresources.d/colors-afterglow rename to dotfiles/Xresources.d/Xresources.afterglow diff --git a/dotfiles/Xresources.d/colors-breeze-dark b/dotfiles/Xresources.d/Xresources.breeze-dark similarity index 100% rename from dotfiles/Xresources.d/colors-breeze-dark rename to dotfiles/Xresources.d/Xresources.breeze-dark diff --git a/dotfiles/Xresources.d/colors-clean-and-green b/dotfiles/Xresources.d/Xresources.clean-and-green similarity index 100% rename from dotfiles/Xresources.d/colors-clean-and-green rename to dotfiles/Xresources.d/Xresources.clean-and-green diff --git a/dotfiles/Xresources.d/colors-nord b/dotfiles/Xresources.d/Xresources.nord similarity index 100% rename from dotfiles/Xresources.d/colors-nord rename to dotfiles/Xresources.d/Xresources.nord diff --git a/dotfiles/Xresources.d/colors-onedark b/dotfiles/Xresources.d/Xresources.onedark similarity index 100% rename from dotfiles/Xresources.d/colors-onedark rename to dotfiles/Xresources.d/Xresources.onedark diff --git a/dotfiles/Xresources.d/colors-onedark-16 b/dotfiles/Xresources.d/Xresources.onedark-16 similarity index 100% rename from dotfiles/Xresources.d/colors-onedark-16 rename to dotfiles/Xresources.d/Xresources.onedark-16 diff --git a/dotfiles/Xresources.d/Xresources.solarized b/dotfiles/Xresources.d/Xresources.solarized new file mode 100644 index 0000000..811cd46 --- /dev/null +++ b/dotfiles/Xresources.d/Xresources.solarized @@ -0,0 +1,77 @@ +!! #include "/mount/share/lib/skel/.Xresources" +!! drop in Solarized colorscheme for Xresources/Xdefaults + +! Solarized color scheme for the X Window System +! +! http://ethanschoonover.com/solarized + + +! Common + +#define S_yellow #b58900 +#define S_orange #cb4b16 +#define S_red #dc322f +#define S_magenta #d33682 +#define S_violet #6c71c4 +#define S_blue #268bd2 +#define S_cyan #2aa198 +#define S_green #859900 + + +! Dark + +#define S_base03 #002b36 +#define S_base02 #073642 +#define S_base01 #586e75 +#define S_base00 #657b83 +#define S_base0 #839496 +#define S_base1 #93a1a1 +#define S_base2 #eee8d5 +#define S_base3 #fdf6e3 + + +! Light + +! #define S_base03 #fdf6e3 +! #define S_base02 #eee8d5 +! #define S_base01 #93a1a1 +! #define S_base00 #839496 +! #define S_base0 #657b83 +! #define S_base1 #586e75 +! #define S_base2 #073642 +! #define S_base3 #002b36 + + +! To only apply colors to your terminal, for example, prefix +! the color assignment statement with its name. Example: +! +! URxvt*background: S_base03 + +xterm*background: S_base03 +xterm*foreground: S_base0 +xterm*fading: 40 +xterm*fadeColor: S_base03 +xterm*cursorColor: S_base1 +xterm*pointerColorBackground: S_base01 +xterm*pointerColorForeground: S_base1 + +xterm*color0: S_base02 +xterm*color1: S_red +xterm*color2: S_green +xterm*color3: S_yellow +xterm*color4: S_blue +xterm*color5: S_magenta +xterm*color6: S_cyan +xterm*color7: S_base2 +xterm*color9: S_orange +xterm*color8: S_base03 +xterm*color10: S_base01 +xterm*color11: S_base00 +xterm*color12: S_base0 +xterm*color13: S_violet +xterm*color14: S_base1 +xterm*color15: S_base3 + +xterm*scrollBar: false +XTerm*charClass: 33:48,37:48,45-46:48,47:48,38:48,58:48 +XTerm.vt100.faceName: Liberation Mono:size=9:antialias=true diff --git a/dotfiles/i3_config b/dotfiles/i3_config index 5d03e95..6adbd21 100644 --- a/dotfiles/i3_config +++ b/dotfiles/i3_config @@ -194,9 +194,9 @@ bar { } # Border -for_window [class="^.*"] border pixel 2 +for_window [class="^.*"] border pixel 0 # class border backgr. text indicator child_border -client.focused #990000 #222222 #ffffff #2e9ef4 #900000 +client.focused #00b111 #222222 #ffffff #2e9ef4 #990000 client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a client.unfocused #333333 #222222 #888888 #292d2e #222222 client.urgent #2f343a #900000 #ffffff #900000 #900000 @@ -213,13 +213,16 @@ new_window 1pixel # Wallpaper exec --no-startup-id feh --bg-scale ~/.wallpaper/wallpaper.png +# Background +exec --no-startup-id picom + # PC specific configurations: {%@@ if profile == "work" @@%} # Locking bindsym $mod+Shift+b exec "xlock -mode blank -startCmd /share/bin/isweg -endCmd /share/bin/isda" # Custom Workspaces -exec --no-startup-id "xterm -e tmux" +exec --no-startup-id "xterm" exec --no-startup-id "firefox" for_window [class="Firefox"] move container to workspace 9 diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 0b5372e..3fd3f48 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -1,4 +1,17 @@ opacity-rule = [ - "100:class_g = 'XTerm' && !focused", + "95:class_g = 'XTerm' && !focused", "100:class_g = 'XTerm' && focused", ]; + +wintypes: { + dock = { opacity = 1.0; } +} + +active-opacity = 1.0; +inactive-opacity = 1.0; + +blur-background = false; +blur-background-fixed = false; + +inactive-dim = 0.10; +inactive-dim-fixed = true;