From de9ad4180fc83a18b53fa3d7d6ff291c6bffa852 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Wed, 18 Sep 2019 21:07:23 +1000 Subject: [PATCH] update colour scheme --- i3/.i3/config | 24 ++++++++++---------- x/.Xdefaults | 61 +++++++++++++++++++++++++++------------------------ x/.Xresources | 3 --- 3 files changed, 44 insertions(+), 44 deletions(-) diff --git a/i3/.i3/config b/i3/.i3/config index 2850856..ce7376e 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -29,7 +29,7 @@ client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-c client.urgent $urgent-bg-color $urgent-bg-color $text-color $urgent-bg-color # rofi -bindsym $mod+d exec rofi -show run +bindsym $mod+d exec "rofi -modi drun,run -show drun -show-icons -icon-theme Numix-Circle" # passmenu bindsym $mod+p exec passmenu @@ -86,16 +86,16 @@ bindsym $mod+a focus parent # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. -set $ws1 " term" -set $ws2 " chrome" -set $ws3 " code" -set $ws4 "misc" -set $ws5 " school" -set $ws6 " spotify" -set $ws7 " evince" -set $ws8 " discord" +set $ws1 "" +set $ws2 "" +set $ws3 "" +set $ws4 "m" +set $ws5 "" +set $ws6 "" +set $ws7 "" +set $ws8 "" set $ws9 "9" -set $ws10 "10" +set $ws10 "0" # switch to workspace bindsym $mod+1 workspace $ws1 @@ -219,7 +219,7 @@ bar { # borders / gaps -default_border pixel 5 +for_window[class="^.*"] border pixel 4 for_window[class="Tilda"] border pixel 0 gaps inner 15 gaps outer 0 @@ -229,9 +229,9 @@ exec_always --no-startup-id xrdb /home/andrew/.Xdefaults exec_always --no-startup-id xrandr --output HDMI-0 --pos 0x0 --output DVI-D-0 --pos 240x1080 exec_always --no-startup-id feh --bg-fill /home/andrew/.wallpaper.jpg exec_always --no-startup-id compton -b --config /home/andrew/.compton.conf -exec_always --no-startup-id tilda # start GUI apps exec --no-startup-id i3-msg 'workspace $ws2; exec chromium' exec --no-startup-id i3-msg 'workspace $ws6; exec spotify' exec --no-startup-id i3-msg 'workspace $ws1; exec urxvt' +exec --no-startup-id tilda diff --git a/x/.Xdefaults b/x/.Xdefaults index 3523e06..f48b06b 100644 --- a/x/.Xdefaults +++ b/x/.Xdefaults @@ -1,4 +1,7 @@ -#define background argb:cc082833 +#define bg #2e3440 +#define fg #d8dee9 +#define listbg #363c4a +#define black #3b4252 URxvt.perl-ext-common: default,matcher URxvt.url-launcher: /usr/bin/xdg-open @@ -7,40 +10,40 @@ URxvt.matcher.button: 1 URxvt.saveLines: 100000 URxvt.depth: 32 -URxvt.background: [75]#082833 +URxvt.background: bg URxvt.scrollBar: false URxvt.font: xft:Ubuntu Mono derivative Powerline:size=13,\ xft:DejaVu Sans Mono:size=13:antialias=true:hinting=true -URxvt.foreground: #acb9b9 - -URxvt.color0: #003c49 -URxvt.color1: #dc322f -URxvt.color2: #859901 -URxvt.color3: #b58901 -URxvt.color4: #268bd2 -URxvt.color5: #d33682 -URxvt.color6: #2aa198 -URxvt.color7: #eee8d5 - -URxvt.color8: #002833 -URxvt.color9: #cb4b16 -URxvt.color10: #586e75 -URxvt.color11: #657b83 -URxvt.color12: #839496 -URxvt.color13: #6c6ec6 -URxvt.color14: #93a1a1 -URxvt.color15: #fdf6e3 - -rofi.lines: 4 -rofi.width: 25 +URxvt.foreground: fg + +URxvt.color0: black +URxvt.color1: #ff8080 +URxvt.color2: #a3be8c +URxvt.color3: #ebcb8b +URxvt.color4: #81a1c1 +URxvt.color5: #b48ead +URxvt.color6: #88c0d0 +URxvt.color7: #e5e9f0 + +URxvt.color8: #4c566a +URxvt.color9: #ff8080 +URxvt.color10: #a3be8c +URxvt.color11: #ebcb8b +URxvt.color12: #81a1c1 +URxvt.color13: #b48ead +URxvt.color14: #88c0d0 +URxvt.color15: #e5e9f0 + +rofi.lines: 6 +rofi.width: 700 rofi.hide-scrollbar: true -rofi.font: Ubuntu Mono medium 16 -rofi.color-window: argb:cc082833, #082833 +rofi.font: Helvetica medium 15 +rofi.color-window: bg, bg, bg ! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg' -rofi.color-normal: argb:cc082833, #839496, argb:cc082833, argb:cc0e4658, #268bd2 -rofi.color-urgent: argb:cc082833, #839496, argb:cc082833, argb:cc082833, #268bd2 -rofi.color-active: argb:cc082833, #839496, argb:cc082833, argb:cc082833, #268bd2 +rofi.color-normal: listbg, fg, listbg, black, #268bd2 +rofi.color-urgent: listbg, fg, listbg, black, #268bd2 +rofi.color-active: listbg, fg, listbg, black, #268bd2 rofi.terminal: urxvt rofi.run-command: zsh -c "{cmd}" diff --git a/x/.Xresources b/x/.Xresources index 8f04e57..f66d64c 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -1,6 +1,3 @@ -Xcursor.theme: Neutral -Xcursor.size: 12 - Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintslight -- 2.49.0