This commit is contained in:
Michael Chalupiak 2025-02-07 15:52:41 -05:00
commit d9e58990e3
7 changed files with 33 additions and 2490 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,11 +4,13 @@ font-family = ""
# font-family = "BigBlueTermPlus Nerd Font" # font-family = "BigBlueTermPlus Nerd Font"
# font-family = "Olympe Mono Hacked" # font-family = "Olympe Mono Hacked"
# font-family = "CaskaydiaCove Nerd Font" # font-family = "CaskaydiaCove Nerd Font"
font-family = "Terminess Nerd Font" # font-family = "Terminess Nerd Font Mono"
font-family = "Ubuntu Mono Nerd Font"
# theme = light:rose-pine-dawn,dark:rose-pine # theme = light:rose-pine-dawn,dark:rose-pine
font-size = 14 font-size = 14
# theme = light:xcodelight,dark:xcodedark # theme = light:xcodelight,dark:xcodedark
theme = xcodedark theme = Monokai Classic
window-decoration = false # window-decoration = false
>>>>>>> master
gtk-adwaita = false gtk-adwaita = false
# window-decoration = server # window-decoration = server

View File

@ -1,6 +1,6 @@
function colors(color, theme) function colors(color, theme)
color = os.getenv("BASE16_THEME") color = os.getenv("BASE16_THEME")
alt_color = 'xcode' or color alt_color = 'gruvbox' or color
-- Available values: `'hard'`, `'medium'`, `'soft'` -- Available values: `'hard'`, `'medium'`, `'soft'`
vim.g.gruvbox_material_background = 'medium' vim.g.gruvbox_material_background = 'medium'
-- Available values: `'material'`, `'mix'`, `'original'` -- Available values: `'material'`, `'mix'`, `'original'`

View File

@ -1,13 +1,13 @@
[Appearance] [Appearance]
color_scheme_path=/usr/share/qt5ct/colors/Chicago95_qt.conf color_scheme_path=/home/mikec/.config/qt5ct/style-colors.conf
custom_palette=true custom_palette=true
icon_theme=Chicago95-tux icon_theme=Humanity
standard_dialogs=xdgdesktopportal standard_dialogs=xdgdesktopportal
style=Windows style=kvantum
[Fonts] [Fonts]
fixed="BigBlueTerm437 Nerd Font,10,-1,5,50,0,0,0,0,0,Regular" fixed="BigBlueTerm437 Nerd Font,10,-1,5,50,0,0,0,0,0,Regular"
general="Terminess Nerd Font Propo,11,-1,5,57,0,0,0,0,0,Regular" general="Ubuntu,10,-1,5,50,0,0,0,0,0,Regular"
[Interface] [Interface]
activate_item_on_single_click=1 activate_item_on_single_click=1

View File

@ -1,4 +1,4 @@
[ColorScheme] [ColorScheme]
active_colors=#ff000000, #ffd4d0c8, #ffffffff, #ffe9e7e3, #ff6a6864, #ffa0a0a4, #ff000000, #ffffffff, #ff000000, #ffffffff, #ffd4d0c8, #ff000000, #ff000080, #ffffffff, #ff0000ff, #ffff00ff, #ffe9e7e3, #ff000000, #ffffffdc, #ff000000, #80000000 active_colors=#ff000000, #ffe6e5e4, #ffffffff, #ffececec, #ffbebebe, #ffd9d9d9, #ff000000, #ffffffff, #ff000000, #fffafafa, #ffe6e5e4, #ff000000, #ffdc6434, #ffffffff, #ff0057ae, #ff452886, #fff0f0f0, #ff000000, #ff000000, #ffffffff, #80000000
disabled_colors=#ffbebebe, #ffefefef, #ffffffff, #ffcacaca, #ffbebebe, #ffb8b8b8, #ffbebebe, #ffffffff, #ffbebebe, #ffefefef, #ffefefef, #ffb1b1b1, #ff919191, #ffffffff, #ff0000ff, #ffff00ff, #fff7f7f7, #ff000000, #ffffffdc, #ff000000, #80000000 disabled_colors=#ff787878, #ffe6e5e4, #ffffffff, #ffececec, #ffbebebe, #ffd9d9d9, #ff787878, #ffffffff, #ff787878, #fffafafa, #ffe6e5e4, #ff000000, #ffdc6434, #66ffffff, #ff0057ae, #ff452886, #fff0f0f0, #ff000000, #ff000000, #ffffffff, #80000000
inactive_colors=#ff000000, #ffd4d0c8, #ffffffff, #ffe9e7e3, #ff6a6864, #ffa0a0a4, #ff000000, #ffffffff, #ff000000, #ffffffff, #ffd4d0c8, #ff000000, #ff000080, #ffffffff, #ff0000ff, #ffff00ff, #ffe9e7e3, #ff000000, #ffffffdc, #ff000000, #80000000 inactive_colors=#ff000000, #ffe6e5e4, #ffffffff, #ffececec, #ffbebebe, #ffd9d9d9, #ff000000, #ffffffff, #ff000000, #fffafafa, #ffe6e5e4, #ff000000, #ffdc6434, #ffffffff, #ff0057ae, #ff452886, #fff0f0f0, #ff000000, #ff000000, #ffffffff, #80000000

View File

@ -1,13 +1,13 @@
[Appearance] [Appearance]
color_scheme_path=/home/mikec/.config/qt6ct/colors/Chicago95.conf color_scheme_path=/home/mikec/.config/qt6ct/colors/Chicago95.conf
custom_palette=true custom_palette=false
icon_theme=Chicago95-tux icon_theme=Humanity
standard_dialogs=xdgdesktopportal standard_dialogs=xdgdesktopportal
style=Windows style=kvantum-dark
[Fonts] [Fonts]
fixed="BigBlueTermPlus Nerd Font Mono,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular" fixed="BigBlueTermPlus Nerd Font Mono,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
general="Terminess Nerd Font Propo,11,-1,5,500,0,0,0,0,0,0,0,0,0,0,1,Regular" general="Ubuntu,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
[Interface] [Interface]
activate_item_on_single_click=1 activate_item_on_single_click=1

View File

@ -20,7 +20,8 @@ set $term ghostty
# Note: pass the final command to swaymsg so that the resulting window can be opened # 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. # 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 "BigBlueTermPlus Nerd Font 12" | xargs swaymsg exec --
set $menu bemenu-run --fn "Terminess Nerd Font 12" | xargs swaymsg exec -- # set $menu bemenu-run --fn "Terminess Nerd Font 12" | xargs swaymsg exec --
set $menu bemenu-run --fn "Ubuntu Mono 14" | xargs swaymsg exec --
# set $menu bemenu-run --fn "Cascadia Code 12" | xargs swaymsg exec -- # set $menu bemenu-run --fn "Cascadia Code 12" | xargs swaymsg exec --
# WOB # WOB
@ -44,7 +45,11 @@ output eDP-1 scale 1.5
output DP-2 mode 2560x1440@165.000Hz output DP-2 mode 2560x1440@165.000Hz
output DP-2 adaptive_sync on output DP-2 adaptive_sync on
<<<<<<< HEAD
font "Terminess Nerd Font 12" font "Terminess Nerd Font 12"
=======
font "Ubuntu 10"
>>>>>>> master
### Idle configuration ### Idle configuration
# #
# Example configuration: # Example configuration:
@ -226,20 +231,24 @@ bindsym $mod+r mode "resize"
# Read `man 5 sway-bar` for more information about this section. # Read `man 5 sway-bar` for more information about this section.
bar { bar {
position top position top
<<<<<<< HEAD
font "Terminess Nerd Font 12" font "Terminess Nerd Font 12"
=======
font "Ubuntu 11"
>>>>>>> master
# When the status_command prints a new line to stdout, swaybar updates. # When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time. # The default just shows the current date and time.
status_command while ~/.config/sway/bar.sh; do sleep 1; done status_command while ~/.config/sway/bar.sh; do sleep 1; done
colors { colors {
statusline #ffffff statusline #dfdbd2
# statusline #C0C0C0 # statusline #C0C0C0
background #323232 background #3c3b37
# background #C0C0C0 # background #C0C0C0
inactive_workspace #32323200 #32323200 #5c5c5c inactive_workspace #3c3b37 #3c3b37e5 #dfdbd2
# inactive_workspace #292A30 #292A30 #2F3037 # inactive_workspace #292A30 #292A30 #2F3037
# inactive_workspace #c0c0c0 #c0c0c0 #ffffff # inactive_workspace #c0c0c0 #c0c0c0 #ffffff
# focused_workspace #000080 #000080 #ffffff focused_workspace #f07746 #f07746 #ffffff
} }
} }
@ -248,6 +257,8 @@ default_border pixel 2
gaps outer 4 gaps outer 4
gaps inner 8 gaps inner 8
client.focused #f07746 #3c3b37 #dfdbd2 #f07746 #f07746
client.unfocused #f07746 #3c3b37 #dfdbd2 #f07746 #3c3b37
input "type:keyboard" { input "type:keyboard" {
xkb_layout us,il xkb_layout us,il
} }