From 43d9c639b4407dd6b4526fae3074a2864193fbd8 Mon Sep 17 00:00:00 2001 From: Jesper Fussing Moerk Date: Tue, 20 Feb 2018 10:06:25 +0100 Subject: [PATCH] Switched back to gnome terminal because of font issues. Resized 4 windows so that sublime gets more realestate --- README.md | 10 +++------- i3/.config/i3/layouts/work-workspace4-work.json | 8 ++++---- i3/.config/i3/layouts/work-workspace5-media.json | 6 +++--- i3/.config/i3/layouts/work-workspace6-rest.json | 2 +- i3/.config/i3/scripts/work-layout.sh | 12 ++++++------ newsbeuter/.newsbeuter/config | 14 +++++++------- 6 files changed, 24 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 8c3f6d6..9b06dc3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I have implemented a manual switching mechanism so that I can switch configurati * [i3lock-fancy](https://github.com/guimeira/i3lock-fancy-multimonitor) * [Rofi](https://github.com/DaveDavenport/rofi) * [Dunst](https://github.com/dunst-project/dunst) -* [URxvt](https://github.com/exg/rxvt-unicode) +* [Gnome Terminal](https://github.com/GNOME/gnome-terminal) ## Applications * [WeeChat](https://github.com/weechat/weechat) @@ -36,12 +36,8 @@ Focused Foreground: #009688 Unfocused Foreground: #BDBDBD Urgent Foreground: #BF360C -#### URxvt -I've overridden two colors in URxvt to make the theming for some apps look right -~~~ -URxvt*color1: #009688 -URxvt*color2: #263238 -~~~ +#### Gnome Terminal +I've overridden some colors in Gnome Terminal to make the theming for some apps look right ### Weechat I'm using the theme script to theme my weechat. diff --git a/i3/.config/i3/layouts/work-workspace4-work.json b/i3/.config/i3/layouts/work-workspace4-work.json index 3435edb..91247ad 100644 --- a/i3/.config/i3/layouts/work-workspace4-work.json +++ b/i3/.config/i3/layouts/work-workspace4-work.json @@ -12,7 +12,7 @@ "y": 0 }, "name": "Shell 1", - "percent": 0.5, + "percent": 0.6, "swallows": [ { "class": "^Sublime_text$" @@ -39,7 +39,7 @@ "percent": 0.5, "swallows": [ { - "class": "^URxvt$", + "class": "^Gnome\\-terminal$", "title": "^shell1$" } ], @@ -59,14 +59,14 @@ "percent": 0.5, "swallows": [ { - "class": "^URxvt$", + "class": "^Gnome\\-terminal$", "title": "^shell2$" } ], "type": "con" } ], - "percent": 0.5, + "percent": 0.4, "type": "con" } ], diff --git a/i3/.config/i3/layouts/work-workspace5-media.json b/i3/.config/i3/layouts/work-workspace5-media.json index cc71696..c22c32b 100644 --- a/i3/.config/i3/layouts/work-workspace5-media.json +++ b/i3/.config/i3/layouts/work-workspace5-media.json @@ -15,7 +15,7 @@ "percent": 0.5, "swallows": [ { - "class": "^URxvt$", + "class": "^Gnome\\-terminal$", "title": "^tasks$" } ], @@ -40,7 +40,7 @@ "percent": 0.5, "swallows": [ { - "class": "^URxvt$", + "class": "^Gnome\\-terminal$", "title": "^newsbeuter$" } ], @@ -60,7 +60,7 @@ "percent": 0.5, "swallows": [ { - "class": "^URxvt$", + "class": "^Gnome\\-terminal$", "title": "^ncmpc$" } ], diff --git a/i3/.config/i3/layouts/work-workspace6-rest.json b/i3/.config/i3/layouts/work-workspace6-rest.json index 662876f..bfc71de 100644 --- a/i3/.config/i3/layouts/work-workspace6-rest.json +++ b/i3/.config/i3/layouts/work-workspace6-rest.json @@ -12,7 +12,7 @@ "percent": 0.5, "swallows": [ { - "class": "^URxvt$", + "class": "^Gnome\\-terminal$", "title": "^http-prompt$" } ], diff --git a/i3/.config/i3/scripts/work-layout.sh b/i3/.config/i3/scripts/work-layout.sh index a46b2e7..395577e 100755 --- a/i3/.config/i3/scripts/work-layout.sh +++ b/i3/.config/i3/scripts/work-layout.sh @@ -15,19 +15,19 @@ sleep 2 i3-msg 'workspace "4: Work"; append_layout ~/.config/i3/layouts/work-workspace4-work.json' i3-msg 'workspace "4: Work"; exec subl' -i3-msg 'workspace "4: Work"; exec urxvt -title shell1' -i3-msg 'workspace "4: Work"; exec urxvt -title shell2' +i3-msg 'workspace "4: Work"; exec gnome-terminal --profile default --title=shell1' +i3-msg 'workspace "4: Work"; exec gnome-terminal --profile default --title=shell2' i3-msg 'workspace "4: Work"; move workspace to output DP-2-2' sleep 2 i3-msg 'workspace "5: Media"; append_layout ~/.config/i3/layouts/work-workspace5-media.json' -i3-msg 'workspace "5: Media"; exec urxvt -title tasks' -i3-msg 'workspace "5: Media"; exec urxvt -title newsbeuter -e newsbeuter' -i3-msg 'workspace "5: Media"; exec urxvt -title ncmpc -e ncmpc' +i3-msg 'workspace "5: Media"; exec gnome-terminal --profile laptop --title=tasks' +i3-msg 'workspace "5: Media"; exec gnome-terminal --profile laptop --title=newsbeuter -e newsbeuter' +i3-msg 'workspace "5: Media"; exec gnome-terminal --profile laptop --title=ncmpc -e ncmpc' i3-msg 'workspace "5: Media"; move workspace to output eDP-1' sleep 2 i3-msg 'workspace "6: REST"; append_layout ~/.config/i3/layouts/work-workspace6-rest.json' -i3-msg 'workspace "6: REST"; exec urxvt -title http-prompt -cd /home/jfm/Customers/TDC/ApiTest -e http-prompt' +i3-msg 'workspace "6: REST"; exec gnome-terminal --profile default --title=http-prompt -cd /home/jfm/Customers/TDC/ApiTest -e http-prompt' i3-msg 'workspace "6: REST"; move workspace to output DP-2-1' sleep 2 diff --git a/newsbeuter/.newsbeuter/config b/newsbeuter/.newsbeuter/config index d6ce079..2c81cd0 100644 --- a/newsbeuter/.newsbeuter/config +++ b/newsbeuter/.newsbeuter/config @@ -3,10 +3,10 @@ reload-time 60 browser "w3m %u" articlelist-format "%4i %f %D %t" -color background white color2 -color listnormal white color2 -color listfocus color2 color1 -color listnormal_unread white color2 -color listfocus_unread color2 color1 -color info color2 color1 -color article white color2 +color background white color15 +color listnormal white color15 +color listfocus color15 color1 +color listnormal_unread white color15 +color listfocus_unread color15 color1 +color info color15 color1 +color article white color15