Switched back to gnome terminal because of font issues. Resized 4 windows so that sublime gets more realestate

This commit is contained in:
Jesper Fussing Moerk 2018-02-20 10:06:25 +01:00
parent 88ec97a716
commit 43d9c639b4
6 changed files with 24 additions and 28 deletions

View File

@ -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) * [i3lock-fancy](https://github.com/guimeira/i3lock-fancy-multimonitor)
* [Rofi](https://github.com/DaveDavenport/rofi) * [Rofi](https://github.com/DaveDavenport/rofi)
* [Dunst](https://github.com/dunst-project/dunst) * [Dunst](https://github.com/dunst-project/dunst)
* [URxvt](https://github.com/exg/rxvt-unicode) * [Gnome Terminal](https://github.com/GNOME/gnome-terminal)
## Applications ## Applications
* [WeeChat](https://github.com/weechat/weechat) * [WeeChat](https://github.com/weechat/weechat)
@ -36,12 +36,8 @@ Focused Foreground: #009688
Unfocused Foreground: #BDBDBD Unfocused Foreground: #BDBDBD
Urgent Foreground: #BF360C Urgent Foreground: #BF360C
#### URxvt #### Gnome Terminal
I've overridden two colors in URxvt to make the theming for some apps look right I've overridden some colors in Gnome Terminal to make the theming for some apps look right
~~~
URxvt*color1: #009688
URxvt*color2: #263238
~~~
### Weechat ### Weechat
I'm using the theme script to theme my weechat. I'm using the theme script to theme my weechat.

View File

@ -12,7 +12,7 @@
"y": 0 "y": 0
}, },
"name": "Shell 1", "name": "Shell 1",
"percent": 0.5, "percent": 0.6,
"swallows": [ "swallows": [
{ {
"class": "^Sublime_text$" "class": "^Sublime_text$"
@ -39,7 +39,7 @@
"percent": 0.5, "percent": 0.5,
"swallows": [ "swallows": [
{ {
"class": "^URxvt$", "class": "^Gnome\\-terminal$",
"title": "^shell1$" "title": "^shell1$"
} }
], ],
@ -59,14 +59,14 @@
"percent": 0.5, "percent": 0.5,
"swallows": [ "swallows": [
{ {
"class": "^URxvt$", "class": "^Gnome\\-terminal$",
"title": "^shell2$" "title": "^shell2$"
} }
], ],
"type": "con" "type": "con"
} }
], ],
"percent": 0.5, "percent": 0.4,
"type": "con" "type": "con"
} }
], ],

View File

@ -15,7 +15,7 @@
"percent": 0.5, "percent": 0.5,
"swallows": [ "swallows": [
{ {
"class": "^URxvt$", "class": "^Gnome\\-terminal$",
"title": "^tasks$" "title": "^tasks$"
} }
], ],
@ -40,7 +40,7 @@
"percent": 0.5, "percent": 0.5,
"swallows": [ "swallows": [
{ {
"class": "^URxvt$", "class": "^Gnome\\-terminal$",
"title": "^newsbeuter$" "title": "^newsbeuter$"
} }
], ],
@ -60,7 +60,7 @@
"percent": 0.5, "percent": 0.5,
"swallows": [ "swallows": [
{ {
"class": "^URxvt$", "class": "^Gnome\\-terminal$",
"title": "^ncmpc$" "title": "^ncmpc$"
} }
], ],

View File

@ -12,7 +12,7 @@
"percent": 0.5, "percent": 0.5,
"swallows": [ "swallows": [
{ {
"class": "^URxvt$", "class": "^Gnome\\-terminal$",
"title": "^http-prompt$" "title": "^http-prompt$"
} }
], ],

View File

@ -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"; append_layout ~/.config/i3/layouts/work-workspace4-work.json'
i3-msg 'workspace "4: Work"; exec subl' i3-msg 'workspace "4: Work"; exec subl'
i3-msg 'workspace "4: Work"; exec urxvt -title shell1' i3-msg 'workspace "4: Work"; exec gnome-terminal --profile default --title=shell1'
i3-msg 'workspace "4: Work"; exec urxvt -title shell2' i3-msg 'workspace "4: Work"; exec gnome-terminal --profile default --title=shell2'
i3-msg 'workspace "4: Work"; move workspace to output DP-2-2' i3-msg 'workspace "4: Work"; move workspace to output DP-2-2'
sleep 2 sleep 2
i3-msg 'workspace "5: Media"; append_layout ~/.config/i3/layouts/work-workspace5-media.json' 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 gnome-terminal --profile laptop --title=tasks'
i3-msg 'workspace "5: Media"; exec urxvt -title newsbeuter -e newsbeuter' i3-msg 'workspace "5: Media"; exec gnome-terminal --profile laptop --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=ncmpc -e ncmpc'
i3-msg 'workspace "5: Media"; move workspace to output eDP-1' i3-msg 'workspace "5: Media"; move workspace to output eDP-1'
sleep 2 sleep 2
i3-msg 'workspace "6: REST"; append_layout ~/.config/i3/layouts/work-workspace6-rest.json' 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' i3-msg 'workspace "6: REST"; move workspace to output DP-2-1'
sleep 2 sleep 2

View File

@ -3,10 +3,10 @@ reload-time 60
browser "w3m %u" browser "w3m %u"
articlelist-format "%4i %f %D %t" articlelist-format "%4i %f %D %t"
color background white color2 color background white color15
color listnormal white color2 color listnormal white color15
color listfocus color2 color1 color listfocus color15 color1
color listnormal_unread white color2 color listnormal_unread white color15
color listfocus_unread color2 color1 color listfocus_unread color15 color1
color info color2 color1 color info color15 color1
color article white color2 color article white color15