|
|||
Bare Graphical DE for OpenBSD 6.5
Content updated for 6.6
http://daemonforums.org/showpost.php...77&postcount=1 Last edited by shep; 18th October 2019 at 01:48 PM. |
|
|||
Content migrated to http://daemonforums.org/showpost.php...77&postcount=1
Last edited by shep; 18th October 2019 at 02:01 PM. |
|
|||
Content migrated to http://daemonforums.org/showpost.php...77&postcount=1
Last edited by shep; 18th October 2019 at 02:01 PM. |
|
|||
Content migrated to http://daemonforums.org/showpost.php...77&postcount=1
Last edited by shep; 18th October 2019 at 02:03 PM. |
|
|||
Content Migrated to http://daemonforums.org/showpost.php...77&postcount=1
Last edited by shep; 18th October 2019 at 02:04 PM. |
|
|||
Content migrated to http://daemonforums.org/showpost.php...77&postcount=1
Last edited by shep; 18th October 2019 at 02:06 PM. |
|
|||
Content migrated to http://daemonforums.org/showpost.php...77&postcount=1
Last edited by shep; 18th October 2019 at 02:07 PM. |
|
|||
Content migrated to http://daemonforums.org/showpost.php...77&postcount=1
Last edited by shep; 18th October 2019 at 02:13 PM. |
|
|||
Backing Up your configuration
Code:
tar cvzf config_bu.tar.gz .local .config scripts |
|
|||
Quote:
and user specific ~/.local/share/applications*.desktop files. If your .cache contains important data you can add it Code:
tar cvzf config_bu.tar.gz .local .config scripts .cache Last edited by shep; 11th June 2019 at 06:40 PM. |
|
|||
There have been some changes to hostname.if(5) and doas.conf(5) that do not change the configuration instructions. As of this time, this guide should be usable for -current (6.6). If anyone picks up an new issue, let me know and we'll work on the update.
|
|
||||
By modified the Xterm part of your .Xdefaults on what you wrote + by modified the nord theme, I mixed something near what it may be expect for the nord theme as far as I can do:
As I do not understand all the code, use at your own risks, "In general you shouldn't compile programs you don't understand anyway." (Allegro Vivace). Code of .Xdefaults Code:
! From: ! Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com> ! Copyright (c) 2016-present Sven Greb <code@svengreb.de> ! Project: Nord XResources ! Version: 0.1.0 ! Repository: https://github.com/arcticicestudio/nord-xresources ! License: MIT ! From: ! shep made the original .Xdefaults, refer to the original. ! ripe modified code of shep and nord theme XTerm*foreground: #D8DEE9 XTerm*background: #2E3440 XTerm*scrollBar: true XTerm*rightScrollBar: true XTerm*multiScroll: on XTerm*jumpScroll: on XTerm*locale: true XTerm*faceName: Bitstream Vera Sans Mono XTerm*faceSize: 10 XTerm*eightBitInput: true XTerm*pointerShape: left_ptr XTerm*showBlinkAsBold: true XTerm*colorBDMode: true XTerm*ActiveIcon: true XTerm*scrollbar.foreground: #4C566A XTerm*scrollbar.background: #E5E9F0 XTerm*scrollbar.thumb: black XTerm*VT100.scrollbar.translations: #override \n\ <Btn5Down>: StartScroll(Forward) \n\ <Btn1Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \n\ <Btn4Down>: StartScroll(Backward) \n\ <Btn1Motion>: MoveThumb() NotifyThumb() \n\ <BtnUp>: NotifyScroll(Proportional) EndScroll() XTerm*VT100.color1: #BF616A XTerm*cursorColor: #D8DEE9 XTerm*fading: 35 XTerm*fadeColor: #4C566A XTerm*color0: #3B4252 XTerm*color1: #BF616A XTerm*color2: #A3BE8C XTerm*color3: #EBCB8B XTerm*color4: #81A1C1 XTerm*color5: #BF616A XTerm*color6: #88C0D0 XTerm*color7: #E5E9F0 XTerm*color8: #4C566A XTerm*color9: #BF616A XTerm*color10: #A3BE8C XTerm*color11: #EBCB8B XTerm*color12: #81A1C1 XTerm*color13: #BF616A XTerm*color14: #8FBCBB XTerm*color15: #ECEFF4 |
|
|||
I have not really set a theme policy but I think it should require that the theme be an official port.
Another widely used theme is the Solarized theme: https://ethanschoonover.com/solarized/ |
|
||||
Quote:
Thanks for Solarized theme it is very nice theme. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Volume Control Graphical Utility | mattthumper | OpenBSD Packages and Ports | 21 | 31st July 2015 01:05 AM |
Going graphical or not? | tamtam | FreeBSD General | 35 | 1st November 2008 11:41 PM |
Bare Minimum Site-to-Site VPN on OpenBSD | ai-danno | Guides | 0 | 20th May 2008 12:45 AM |