update colour scheme
authorAndrew Lorimer <andrew@lorimer.id.au>
Wed, 18 Sep 2019 11:07:23 +0000 (21:07 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Wed, 18 Sep 2019 11:07:23 +0000 (21:07 +1000)
i3/.i3/config
x/.Xdefaults
x/.Xresources
index 28508561fc2a545f5595aafcb23728adb3c4819c..ce7376e5c2732c3e7bc9d836a7bc29079b33624f 100644 (file)
@@ -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 "&#xf120; term"
-set $ws2 "&#xf268; chrome"
-set $ws3 "&#xf1c9; code"
-set $ws4 "misc"
-set $ws5 "&#xf044; school"
-set $ws6 "&#xf1bc; spotify"
-set $ws7 "&#xf15b; evince"
-set $ws8 "&#xf392; discord"
+set $ws1 "&#xf120;"
+set $ws2 "&#xf268;"
+set $ws3 "&#xf1c9;"
+set $ws4 "m"
+set $ws5 "&#xf044;"
+set $ws6 "&#xf1bc;"
+set $ws7 "&#xf15b;"
+set $ws8 "&#xf392;"
 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
index 3523e06874b2f9fa38e095e9eb46bc51e0ed8ed2..f48b06b46818b8dfa98656cc582f611f2478f9fe 100644 (file)
@@ -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}"
index 8f04e57f7b3e41404845818cab772c1d611d4925..f66d64c47573944d013b898c7655f4766d05f9b9 100644 (file)
@@ -1,6 +1,3 @@
-Xcursor.theme: Neutral
-Xcursor.size: 12
-
 Xft.autohint: 0
 Xft.lcdfilter: lcddefault
 Xft.hintstyle: hintslight