This commit is contained in:
Michael Chalupiak 2025-02-01 15:05:23 -05:00
parent b893d4df72
commit 8b6ef51156
13 changed files with 466 additions and 24 deletions

View File

@ -2,7 +2,7 @@
## Autostart Programs
sxhkd &
xsetroot -cursor_name left_ptr
# xsetroot -cursor_name left_ptr
pgrep bspswallow || bspswallow &
pgrep statnot || statnot &
# polybar example &

View File

@ -57,7 +57,7 @@ input-device='alsa_input.usb-PreSonus_AudioBox_Go_UGBA21481295-00.analog-stereo'
[com/github/wwmm/easyeffects/streamoutputs]
output-device='alsa_output.usb-PreSonus_AudioBox_Go_UGBA21481295-00.analog-stereo'
plugins=@as []
plugins=['bass_loudness#0']
[com/github/wwmm/pulseeffects]
bypass=false
@ -640,7 +640,7 @@ window-maximized=true
first-run=false
view='icon-view'
window-maximized=false
window-position=[10, 10]
window-position=[20, 20]
window-size=[2532, 1391]
[org/gnome/builder]
@ -895,20 +895,23 @@ xkb-options=['lv3:ralt_switch']
clock-format='12h'
color-scheme='prefer-dark'
cursor-size=24
cursor-theme='default'
cursor-theme='Chicago95_Animated_Hourglass_Cursors'
document-font-name='Cantarell 11'
enable-animations=true
enable-hot-corners=true
font-antialiasing='rgba'
font-hinting='slight'
font-name='Cantarell 10'
gtk-theme='Adwaita-dark'
icon-theme='breeze-dark'
monospace-font-name='Olympe Mono Hacked 11'
font-name='Helvetica 10'
gtk-theme='Chicago95'
icon-theme='Chicago95-tux'
monospace-font-name='BigBlueTermPlus Nerd Font 12'
show-battery-percentage=true
toolbar-style='text'
clock-show-seconds=true
clock-show-weekday=true
font-rgba-order='rgb'
text-scaling-factor=1.0
toolbar-icons-size='large'
[org/gnome/desktop/notifications]
application-children=['org-gnome-shell-extensions', 'org-gnome-totem', 'org-gnome-nautilus', 'gnome-control-center', 'balena-etcher-electron', 'gnome-power-panel', 'org-gnome-chromegnomeshell', 'org-gnome-software', 'org-gnome-extensions-desktop', 'org-gnome-boxes', 'org-gnome-terminal', 'org-gnome-shell-extensions-gsconnect', 'gnome-printers-panel', 'org-gnome-music', 'gnome-system-monitor', 'steam', 'org-gnome-fileroller', 'com-github-wwmm-easyeffects', 'emacs', 'brave-browser', 'org-gnome-lollypop', 'org-gnome-logs', 'heroic', 'org-gnome-eog', 'visual-studio-code', 'org-freedesktop-piper', 'hyper', 'rpcs3', 'org-gnome-console', 'org-gnome-gedit', 'org-gnome-tweaks', 'blender', 'org-gnome-epiphany', 'system-config-printer', 'org-gnome-settings', 'gnome-network-panel', 'balena-etcher', 'chirp', 'kando', 'com-mitchellh-ghostty', 'org-gnome-geary', 'org-gnome-clocks', 'org-freecad-freecad', 'org-gnome-evolution-alarm-notify', 'org-gnome-extensions', 'com-jeffser-alpaca', 'info-mumble-mumble', 'de-haeckerfelix-fragments', 'org-qbittorrent-qbittorrent']
@ -1054,6 +1057,7 @@ disable-external=false
[org/gnome/desktop/sound]
event-sounds=true
theme-name='__custom'
input-feedback-sounds=false
[org/gnome/desktop/wm/keybindings]
close=['<Super>x']
@ -1596,8 +1600,8 @@ use-theme-colors=true
show-extensions-notice=false
[org/gtk/gtk4/settings/color-chooser]
selected-color=(true, 0.0, 0.0, 0.50196081399917603, 1.0)
custom-colors=[(0.0, 0.0, 0.50196081399917603, 1.0), (0.50196081399917603, 0.50196081399917603, 0.50196081399917603, 1.0), (0.75294119119644165, 0.75294119119644165, 0.75294119119644165, 1.0), (0.16078431904315948, 0.16470588743686676, 0.18823529779911041, 1.0), (0.2963888943195343, 0.56931114196777344, 0.91666668653488159, 1.0), (0.47450980544090271, 0.91372549533843994, 0.094117648899555206, 1.0)]
selected-color=(true, 0.93725490570068359, 0.93725490570068359, 0.93725490570068359, 1.0)
custom-colors=[(0.93725490570068359, 0.93725490570068359, 0.93725490570068359, 1.0), (0.0, 0.0, 0.50196081399917603, 1.0), (0.50196081399917603, 0.50196081399917603, 0.50196081399917603, 1.0), (0.75294119119644165, 0.75294119119644165, 0.75294119119644165, 1.0), (0.16078431904315948, 0.16470588743686676, 0.18823529779911041, 1.0), (0.2963888943195343, 0.56931114196777344, 0.91666668653488159, 1.0), (0.47450980544090271, 0.91372549533843994, 0.094117648899555206, 1.0)]
[org/gtk/gtk4/settings/file-chooser]
date-format='regular'
@ -1630,10 +1634,10 @@ sort-directories-first=false
sort-order='ascending'
type-format='category'
window-position=(26, 23)
window-size=(951, 692)
window-size=(1260, 1341)
[org/virt-manager/virt-manager]
manager-window-height=1389
manager-window-height=1388
manager-window-width=2532
xmleditor-enabled=true
@ -2229,6 +2233,7 @@ window-height=500
[com/github/wwmm/easyeffects/streamoutputs/bassloudness/0]
loudness=-1.4999999999999987
bypass=true
[com/github/wwmm/easyeffects/streamoutputs/equalizer/0/rightchannel]
band0-type='Bell'

View File

@ -1,10 +1,12 @@
font-family = ""
# font-family = "FairfaxHaxHD"
# font-family = "PragmataPro Liga"
# font-family = "BigBlueTermPlus Nerd Font"
font-family = "BigBlueTermPlus Nerd Font"
# font-family = "Olympe Mono Hacked"
font-family = "CaskaydiaCove Nerd Font"
# font-family = "CaskaydiaCove Nerd Font"
# theme = light:rose-pine-dawn,dark:rose-pine
font-size = 14
theme = light:xcodelight,dark:xcodedark
# theme = light:xcodelight,dark:xcodedark
theme = xcodedark
window-decoration = false
gtk-adwaita = false

View File

@ -0,0 +1,32 @@
[Appearance]
color_scheme_path=/usr/share/qt5ct/colors/Chicago95_qt.conf
custom_palette=true
icon_theme=Chicago95-tux
standard_dialogs=xdgdesktopportal
style=Windows
[Fonts]
fixed="Sans Serif,9,-1,5,50,0,0,0,0,0"
general="Sans Serif,9,-1,5,50,0,0,0,0,0"
[Interface]
activate_item_on_single_click=1
buttonbox_layout=0
cursor_flash_time=1000
dialog_buttons_have_icons=1
double_click_interval=400
gui_effects=@Invalid()
keyboard_scheme=2
menus_have_icons=true
show_shortcuts_in_context_menus=true
stylesheets=@Invalid()
toolbutton_style=4
underline_shortcut=1
wheel_scroll_lines=3
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5k\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5\x83\0\0\0\0\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5k)
[Troubleshooting]
force_raster_widgets=1
ignored_applications=@Invalid()

View File

@ -0,0 +1,4 @@
[ColorScheme]
active_colors=#ff000000, #ffd4d0c8, #ffffffff, #ffe9e7e3, #ff6a6864, #ffa0a0a4, #ff000000, #ffffffff, #ff000000, #ffffffff, #ffd4d0c8, #ff000000, #ff000080, #ffffffff, #ff0000ff, #ffff00ff, #ffe9e7e3, #ff000000, #ffffffdc, #ff000000, #80000000
disabled_colors=#ffbebebe, #ffefefef, #ffffffff, #ffcacaca, #ffbebebe, #ffb8b8b8, #ffbebebe, #ffffffff, #ffbebebe, #ffefefef, #ffefefef, #ffb1b1b1, #ff919191, #ffffffff, #ff0000ff, #ffff00ff, #fff7f7f7, #ff000000, #ffffffdc, #ff000000, #80000000
inactive_colors=#ff000000, #ffd4d0c8, #ffffffff, #ffe9e7e3, #ff6a6864, #ffa0a0a4, #ff000000, #ffffffff, #ff000000, #ffffffff, #ffd4d0c8, #ff000000, #ff000080, #ffffffff, #ff0000ff, #ffff00ff, #ffe9e7e3, #ff000000, #ffffffdc, #ff000000, #80000000

View File

@ -0,0 +1,4 @@
[ColorScheme]
active_colors=#ff000000, #ffc0c0c0, #ffffffff, #ffc0c0c0, #ff808080, #ff808080, #ff000000, #ffffffff, #ff000000, #ffffffff, #ffc0c0c0, #ff000000, #ff000080, #ffffffff, #ff000080, #ff55007f, #ffc0c0c0, #ff000000, #ffffffdc, #ff000000, #80000000, #ff308cc6
disabled_colors=#ff000000, #ffc0c0c0, #ffffffff, #ffc0c0c0, #ff808080, #ff808080, #ff808080, #ffffffff, #ff808080, #ffffffff, #ffc0c0c0, #ff000000, #ff000080, #ffffffff, #ff000080, #ff55007f, #ffc0c0c0, #ff000000, #ffffffdc, #ff000000, #80000000, #ff919191
inactive_colors=#ff000000, #ffc0c0c0, #ffffffff, #ffc0c0c0, #ff808080, #ff808080, #ff000000, #ffffffff, #ff000000, #ffffffff, #ffc0c0c0, #ff000000, #ff000080, #ffffffff, #ff000080, #ff55007f, #ffc0c0c0, #ff000000, #ffffffdc, #ff000000, #80000000, #ff308cc6

View File

@ -0,0 +1,35 @@
[Appearance]
color_scheme_path=/home/mikec/.config/qt6ct/colors/Chicago95.conf
custom_palette=true
icon_theme=Chicago95-tux
standard_dialogs=xdgdesktopportal
style=Windows
[Fonts]
fixed="BigBlueTermPlus Nerd Font Mono,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
general="Helvetica,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
[Interface]
activate_item_on_single_click=1
buttonbox_layout=0
cursor_flash_time=1000
dialog_buttons_have_icons=1
double_click_interval=400
gui_effects=@Invalid()
keyboard_scheme=2
menus_have_icons=true
show_shortcuts_in_context_menus=true
stylesheets=@Invalid()
toolbutton_style=4
underline_shortcut=1
wheel_scroll_lines=3
[PaletteEditor]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96\0\0\0\0\0\0\0\0\n\0\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96)
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5k\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5k\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5k)
[Troubleshooting]
force_raster_widgets=1
ignored_applications=@Invalid()

View File

@ -0,0 +1,302 @@
# base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
# Scheme name: Windows 95
# Scheme author: Fergus Collins (https://github.com/C-Fergus)
# Template author: theova
# Commentary: Tinted Theming: (https://github.com/tinted-theming)
base00 = "#000000"
base01 = "#1c1c1c"
base02 = "#383838"
base03 = "#545454"
base04 = "#7e7e7e"
base05 = "#a8a8a8"
base06 = "#d2d2d2"
base07 = "#fcfcfc"
base08 = "#fc5454"
base09 = "#a85400"
base0A = "#fcfc54"
base0B = "#54fc54"
base0C = "#54fcfc"
base0D = "#5454fc"
base0E = "#fc54fc"
base0F = "#00a800"
# set qutebrowser colors
# Text color of the completion widget. May be a single color to use for
# all columns or a list of three colors, one for each column.
c.colors.completion.fg = base05
# Background color of the completion widget for odd rows.
c.colors.completion.odd.bg = base01
# Background color of the completion widget for even rows.
c.colors.completion.even.bg = base00
# Foreground color of completion widget category headers.
c.colors.completion.category.fg = base0A
# Background color of the completion widget category headers.
c.colors.completion.category.bg = base00
# Top border color of the completion widget category headers.
c.colors.completion.category.border.top = base00
# Bottom border color of the completion widget category headers.
c.colors.completion.category.border.bottom = base00
# Foreground color of the selected completion item.
c.colors.completion.item.selected.fg = base05
# Background color of the selected completion item.
c.colors.completion.item.selected.bg = base02
# Top border color of the selected completion item.
c.colors.completion.item.selected.border.top = base02
# Bottom border color of the selected completion item.
c.colors.completion.item.selected.border.bottom = base02
# Foreground color of the matched text in the selected completion item.
c.colors.completion.item.selected.match.fg = base0B
# Foreground color of the matched text in the completion.
c.colors.completion.match.fg = base0B
# Color of the scrollbar handle in the completion view.
c.colors.completion.scrollbar.fg = base05
# Color of the scrollbar in the completion view.
c.colors.completion.scrollbar.bg = base00
# Background color of disabled items in the context menu.
c.colors.contextmenu.disabled.bg = base01
# Foreground color of disabled items in the context menu.
c.colors.contextmenu.disabled.fg = base04
# Background color of the context menu. If set to null, the Qt default is used.
c.colors.contextmenu.menu.bg = base00
# Foreground color of the context menu. If set to null, the Qt default is used.
c.colors.contextmenu.menu.fg = base05
# Background color of the context menus selected item. If set to null, the Qt default is used.
c.colors.contextmenu.selected.bg = base02
#Foreground color of the context menus selected item. If set to null, the Qt default is used.
c.colors.contextmenu.selected.fg = base05
# Background color for the download bar.
c.colors.downloads.bar.bg = base00
# Color gradient start for download text.
c.colors.downloads.start.fg = base00
# Color gradient start for download backgrounds.
c.colors.downloads.start.bg = base0D
# Color gradient end for download text.
c.colors.downloads.stop.fg = base00
# Color gradient stop for download backgrounds.
c.colors.downloads.stop.bg = base0C
# Foreground color for downloads with errors.
c.colors.downloads.error.fg = base08
# Font color for hints.
c.colors.hints.fg = base00
# Background color for hints. Note that you can use a `rgba(...)` value
# for transparency.
c.colors.hints.bg = base0A
# Font color for the matched part of hints.
c.colors.hints.match.fg = base05
# Text color for the keyhint widget.
c.colors.keyhint.fg = base05
# Highlight color for keys to complete the current keychain.
c.colors.keyhint.suffix.fg = base05
# Background color of the keyhint widget.
c.colors.keyhint.bg = base00
# Foreground color of an error message.
c.colors.messages.error.fg = base00
# Background color of an error message.
c.colors.messages.error.bg = base08
# Border color of an error message.
c.colors.messages.error.border = base08
# Foreground color of a warning message.
c.colors.messages.warning.fg = base00
# Background color of a warning message.
c.colors.messages.warning.bg = base0E
# Border color of a warning message.
c.colors.messages.warning.border = base0E
# Foreground color of an info message.
c.colors.messages.info.fg = base05
# Background color of an info message.
c.colors.messages.info.bg = base00
# Border color of an info message.
c.colors.messages.info.border = base00
# Foreground color for prompts.
c.colors.prompts.fg = base05
# Border used around UI elements in prompts.
c.colors.prompts.border = base00
# Background color for prompts.
c.colors.prompts.bg = base00
# Background color for the selected item in filename prompts.
c.colors.prompts.selected.bg = base02
# Foreground color for the selected item in filename prompts.
c.colors.prompts.selected.fg = base05
# Foreground color of the statusbar.
c.colors.statusbar.normal.fg = base0B
# Background color of the statusbar.
c.colors.statusbar.normal.bg = base00
# Foreground color of the statusbar in insert mode.
c.colors.statusbar.insert.fg = base00
# Background color of the statusbar in insert mode.
c.colors.statusbar.insert.bg = base0D
# Foreground color of the statusbar in passthrough mode.
c.colors.statusbar.passthrough.fg = base00
# Background color of the statusbar in passthrough mode.
c.colors.statusbar.passthrough.bg = base0C
# Foreground color of the statusbar in private browsing mode.
c.colors.statusbar.private.fg = base00
# Background color of the statusbar in private browsing mode.
c.colors.statusbar.private.bg = base01
# Foreground color of the statusbar in command mode.
c.colors.statusbar.command.fg = base05
# Background color of the statusbar in command mode.
c.colors.statusbar.command.bg = base00
# Foreground color of the statusbar in private browsing + command mode.
c.colors.statusbar.command.private.fg = base05
# Background color of the statusbar in private browsing + command mode.
c.colors.statusbar.command.private.bg = base00
# Foreground color of the statusbar in caret mode.
c.colors.statusbar.caret.fg = base00
# Background color of the statusbar in caret mode.
c.colors.statusbar.caret.bg = base0E
# Foreground color of the statusbar in caret mode with a selection.
c.colors.statusbar.caret.selection.fg = base00
# Background color of the statusbar in caret mode with a selection.
c.colors.statusbar.caret.selection.bg = base0D
# Background color of the progress bar.
c.colors.statusbar.progress.bg = base0D
# Default foreground color of the URL in the statusbar.
c.colors.statusbar.url.fg = base05
# Foreground color of the URL in the statusbar on error.
c.colors.statusbar.url.error.fg = base08
# Foreground color of the URL in the statusbar for hovered links.
c.colors.statusbar.url.hover.fg = base05
# Foreground color of the URL in the statusbar on successful load
# (http).
c.colors.statusbar.url.success.http.fg = base0C
# Foreground color of the URL in the statusbar on successful load
# (https).
c.colors.statusbar.url.success.https.fg = base0B
# Foreground color of the URL in the statusbar when there's a warning.
c.colors.statusbar.url.warn.fg = base0E
# Background color of the tab bar.
c.colors.tabs.bar.bg = base00
# Color gradient start for the tab indicator.
c.colors.tabs.indicator.start = base0D
# Color gradient end for the tab indicator.
c.colors.tabs.indicator.stop = base0C
# Color for the tab indicator on errors.
c.colors.tabs.indicator.error = base08
# Foreground color of unselected odd tabs.
c.colors.tabs.odd.fg = base05
# Background color of unselected odd tabs.
c.colors.tabs.odd.bg = base01
# Foreground color of unselected even tabs.
c.colors.tabs.even.fg = base05
# Background color of unselected even tabs.
c.colors.tabs.even.bg = base00
# Background color of pinned unselected even tabs.
c.colors.tabs.pinned.even.bg = base0C
# Foreground color of pinned unselected even tabs.
c.colors.tabs.pinned.even.fg = base07
# Background color of pinned unselected odd tabs.
c.colors.tabs.pinned.odd.bg = base0B
# Foreground color of pinned unselected odd tabs.
c.colors.tabs.pinned.odd.fg = base07
# Background color of pinned selected even tabs.
c.colors.tabs.pinned.selected.even.bg = base02
# Foreground color of pinned selected even tabs.
c.colors.tabs.pinned.selected.even.fg = base05
# Background color of pinned selected odd tabs.
c.colors.tabs.pinned.selected.odd.bg = base02
# Foreground color of pinned selected odd tabs.
c.colors.tabs.pinned.selected.odd.fg = base05
# Foreground color of selected odd tabs.
c.colors.tabs.selected.odd.fg = base05
# Background color of selected odd tabs.
c.colors.tabs.selected.odd.bg = base02
# Foreground color of selected even tabs.
c.colors.tabs.selected.even.fg = base05
# Background color of selected even tabs.
c.colors.tabs.selected.even.bg = base02
# Background color for webpages if unset (or empty to use the theme's
# color).
# c.colors.webpage.bg = base00

View File

@ -163,4 +163,4 @@ riverctl default-layout rivertile
rivertile -view-padding 6 -outer-padding 6 &
swaybg -m fill -i $HOME/Pictures/wallpapers/wallpaper &
pgrep creek || ( while $HOME/.config/river/bar.sh; do sleep 1; done ) | creek -fn 'BigBlueTermPlus Nerd Font:size=12' -nf 0xb8b8b8 -nb 0x282828 -ff 0x181818 -fb 0x7cafc2
pgrep creek || ( while $HOME/.config/river/bar.sh; do sleep 1; done ) | creek -fn 'Cascadia Code:size=14' -nf 0xb8b8b8 -nb 0x282828 -ff 0x181818 -fb 0x7cafc2

View File

@ -19,8 +19,8 @@ set $term ghostty
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
# set $menu bemenu-run --fn "BigBlueTermPlus Nerd Font 12" | xargs swaymsg exec --
set $menu bemenu-run --fn "Cascadia Code 12" | xargs swaymsg exec --
set $menu bemenu-run --fn "BigBlueTermPlus Nerd Font 12" | xargs swaymsg exec --
# set $menu bemenu-run --fn "Cascadia Code 12" | xargs swaymsg exec --
# WOB
set $WOBSOCK $XDG_RUNTIME_DIR/wob.sock
@ -40,7 +40,10 @@ output * bg $HOME/Pictures/wallpapers/wallpaper fill
# output eDP-1 scale 1.5
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
output DP-2 mode 2560x1440@165.000Hz
output DP-2 adaptive_sync on
font pango:Helvetica Regular 11
### Idle configuration
#
# Example configuration:
@ -88,7 +91,7 @@ output * bg $HOME/Pictures/wallpapers/wallpaper fill
# Start your launcher
bindsym $mod+d exec $menu
bindsym $mod+n exec kitty -e nvim
bindsym $mod+n exec ghostty -e nvim
# bindsym $mod+n exec emacsclient -c
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
@ -222,7 +225,7 @@ bindsym $mod+r mode "resize"
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
font "Cascadia Code 11"
font "Helvetica 11"
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command while ~/.config/sway/bar.sh; do sleep 1; done
@ -268,6 +271,6 @@ bindsym XF86Search exec bemenu-run
# Screenshot
bindsym $mod+p exec grim -g "$(slurp)"
exec "systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
include /etc/sway/config.d/*

View File

@ -1,4 +1,4 @@
include colors
set font "Olympe Mono Hacked 12"
set font "BigBlueTermPlus Nerd Font 12"
set database "sqlite"
set recolor true

54
config/.theme.xresources Normal file
View File

@ -0,0 +1,54 @@
! base16 Windows 95
! Scheme author: Fergus Collins (https://github.com/C-Fergus)
! Template author: Tinted Theming (https://github.com/tinted-theming)
#define base00 #000000
#define base01 #1c1c1c
#define base02 #383838
#define base04 #7e7e7e
#define base05 #a8a8a8
#define base06 #d2d2d2
#define base07 #fcfcfc
#define base08 #fc5454
#define base09 #a85400
#define base0A #fcfc54
#define base0B #54fc54
#define base0C #54fcfc
#define base0D #5454fc
#define base0E #fc54fc
#define base0F #00a800
*foreground: base05
#ifdef background_opacity
*background: #cc000000
#else
*background: base00
#endif
*cursorColor: base05
*color0: base00
*color1: base08
*color2: base0B
*color3: base0A
*color4: base0D
*color5: base0E
*color6: base0C
*color7: base05
*color8: base02
*color9: base08
*color10: base0B
*color11: base0A
*color12: base0D
*color13: base0E
*color14: base0C
*color15: base07
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary
*color16: base09
*color17: base0F
*color18: base01
*color19: base02
*color20: base04
*color21: base06

View File

@ -1,5 +1,6 @@
xrdb -merge ~/.Xresources
/home/mikec/.scripts/startup.sh
# /home/mikec/.scripts/startup.sh
# exec awesome
# exec dwm
exec bspwm
# exec bspwm
exec icewm