Big spaces-to-tabs config reflow

Moving to doing tabs in things. No functional changes.
This commit is contained in:
Trysdyn Black 2023-06-05 22:39:21 -07:00
parent 2de811b974
commit a9a94840e9
7 changed files with 142 additions and 142 deletions

View file

@ -1,88 +1,88 @@
[global] [global]
font = "Sans 12" font = "Sans 12"
origin = top-left origin = top-left
width = 600 width = 600
height = 100 height = 100
offset = 0x0 offset = 0x0
padding = 1 padding = 1
horizontal_padding = 1 horizontal_padding = 1
notification_limit = 20 notification_limit = 20
shrink = no shrink = no
follow = mouse follow = mouse
indicate_hidden = yes indicate_hidden = yes
transparency = 0 transparency = 0
frame_width = 2 frame_width = 2
sort = no sort = no
idle_threshold = 1 idle_threshold = 1
markup = full markup = full
alignment = left alignment = left
# The format of the message. Possible variables are: # The format of the message. Possible variables are:
# %a appname # %a appname
# %s summary # %s summary
# %b body # %b body
# %i iconname (including its path) # %i iconname (including its path)
# %I iconname (without its path) # %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing # %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters # %n progress value if set without any extra characters
# %% Literal % # %% Literal %
# Markup is allowed # Markup is allowed
format = "<b>%s</b>\n%b" format = "<b>%s</b>\n%b"
show_age_threshold = 60 show_age_threshold = 60
word_wrap = true word_wrap = true
ellipsize = end ellipsize = end
ignore_newline = yes ignore_newline = yes
stack_duplicates = false stack_duplicates = false
hide_duplicate_count = false hide_duplicate_count = false
show_indicators = yes show_indicators = yes
icon_position = left icon_position = left
min_icon_size = 0 min_icon_size = 0
max_icon_size = 32 max_icon_size = 32
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
sticky_history = yes sticky_history = yes
history_length = 100 history_length = 100
browser = /bin/x-www-browser browser = /bin/x-www-browser
dmenu = /usr/bin/rofi -dmenu -p dunst dmenu = /usr/bin/rofi -dmenu -p dunst
mouse_left_click = close_current mouse_left_click = close_current
mouse_right_click = do_action, close_current mouse_right_click = do_action, close_current
mouse_middle_click = close_all mouse_middle_click = close_all
# Define the title of the windows spawned by dunst # Define the title of the windows spawned by dunst
title = Dunst title = Dunst
# Define the class of the windows spawned by dunst # Define the class of the windows spawned by dunst
class = Dunst class = Dunst
corner_radius = 0 corner_radius = 0
# Ignore the dbus closeNotification message. # Ignore the dbus closeNotification message.
# Useful to enforce the timeout set by dunst configuration. Without this # Useful to enforce the timeout set by dunst configuration. Without this
# parameter, an application may close the notification sent before the # parameter, an application may close the notification sent before the
# user defined timeout. # user defined timeout.
ignore_dbusclose = true ignore_dbusclose = true
# %%base16_template: dunst##default %% # %%base16_template: dunst##default %%
frame_color = "#f0f0f0" frame_color = "#f0f0f0"
separator_color = "#f0f0f0" separator_color = "#f0f0f0"
[base16_low] [base16_low]
msg_urgency = low msg_urgency = low
background = "#202020" background = "#202020"
foreground = "#606060" foreground = "#606060"
[base16_normal] [base16_normal]
msg_urgency = normal msg_urgency = normal
background = "#311647" background = "#311647"
foreground = "#f0f0f0" foreground = "#f0f0f0"
[base16_critical] [base16_critical]
msg_urgency = critical msg_urgency = critical
background = "#ed008c" background = "#ed008c"
foreground = "#c0c0c0" foreground = "#c0c0c0"
# %%base16_template_end%% # %%base16_template_end%%

View file

@ -41,14 +41,14 @@ column_meter_modes_1=1
column_meters_2=Memory LoadAverage NetworkIO DiskIO Tasks Uptime Systemd column_meters_2=Memory LoadAverage NetworkIO DiskIO Tasks Uptime Systemd
column_meter_modes_2=1 1 1 2 2 2 2 column_meter_modes_2=1 1 1 2 2 2 2
tree_view=0 tree_view=0
sort_key=46 sort_key=47
tree_sort_key=47 tree_sort_key=47
sort_direction=-1 sort_direction=-1
tree_sort_direction=-1 tree_sort_direction=-1
tree_view_always_by_pid=1 tree_view_always_by_pid=1
all_branches_collapsed=1 all_branches_collapsed=1
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
.sort_key=PERCENT_CPU .sort_key=PERCENT_MEM
.tree_sort_key=PERCENT_MEM .tree_sort_key=PERCENT_MEM
.tree_view=0 .tree_view=0
.tree_view_always_by_pid=1 .tree_view_always_by_pid=1

View file

@ -149,27 +149,27 @@ bindsym $mod+minus scratchpad show
# resize window (you can also use the mouse for that) # resize window (you can also use the mouse for that)
mode "resize" { mode "resize" {
# These bindings trigger as soon as you enter the resize mode # These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the windows width. # Pressing left will shrink the windows width.
# Pressing right will grow the windows width. # Pressing right will grow the windows width.
# Pressing up will shrink the windows height. # Pressing up will shrink the windows height.
# Pressing down will grow the windows height. # Pressing down will grow the windows height.
bindsym j resize shrink width 10 px or 10 ppt bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt bindsym l resize shrink height 10 px or 10 ppt
bindsym semicolon resize grow width 10 px or 10 ppt bindsym semicolon resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys # same bindings, but for the arrow keys
bindsym Left resize shrink width 1 px or 1 ppt bindsym Left resize shrink width 1 px or 1 ppt
bindsym Down resize grow height 1 px or 1 ppt bindsym Down resize grow height 1 px or 1 ppt
bindsym Up resize shrink height 1 px or 1 ppt bindsym Up resize shrink height 1 px or 1 ppt
bindsym Right resize grow width 1 px or 1 ppt bindsym Right resize grow width 1 px or 1 ppt
# back to normal: Enter or Escape or $mod+r # back to normal: Enter or Escape or $mod+r
bindsym Return mode "default" bindsym Return mode "default"
bindsym Escape mode "default" bindsym Escape mode "default"
bindsym $mod+r mode "default" bindsym $mod+r mode "default"
} }
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"

View file

@ -1,40 +1,40 @@
{ {
"layer": "top", "layer": "top",
"position": "bottom", "position": "bottom",
"spacing": 8, "spacing": 8,
"height": 22, "height": 22,
"output": ["DP-2", "HDMI-A-2"], "output": ["DP-2", "HDMI-A-2"],
"fixed-center": false, "fixed-center": false,
"modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad"], "modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad"],
"modules-center": [], "modules-center": [],
"modules-right": ["custom/timer", "custom/nagios", "custom/task", "custom/weather", "custom/aqi", "memory", "cpu", "clock", "tray"], "modules-right": ["custom/timer", "custom/nagios", "custom/task", "custom/weather", "custom/aqi", "memory", "cpu", "clock", "tray"],
"sway/scratchpad": { "sway/scratchpad": {
"format": "{icon} {count}", "format": "{icon} {count}",
"show-empty": false, "show-empty": false,
"format-icons": ["", ""], "format-icons": ["", ""],
"tooltip": true, "tooltip": true,
"tooltip-format": "{app}: {title}" "tooltip-format": "{app}: {title}"
}, },
"tray": { "tray": {
"spacing": 4 "spacing": 4
}, },
"clock": { "clock": {
"interval": 5, "interval": 5,
"format": "{:%a %b %d %H:%M:%S}", "format": "{:%a %b %d %H:%M:%S}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}" "format-alt": "{:%Y-%m-%d}"
}, },
"cpu": { "cpu": {
"format": " {usage:02d}%", "format": " {usage:02d}%",
"tooltip": true "tooltip": true
}, },
"memory": { "memory": {
"format": " {}%", "format": " {}%",
"states": { "states": {
"warning": 80, "warning": 80,
"critical": 90 "critical": 90
} }
}, },
"custom/aqi": { "custom/aqi": {
"exec": "$HOME/workspace/foxstatus/modules/airnow.py", "exec": "$HOME/workspace/foxstatus/modules/airnow.py",
"max-length": 20, "max-length": 20,

View file

@ -1,16 +1,16 @@
* { * {
font-family: monospace; font-family: monospace;
font-size: 14px; font-size: 14px;
min-height: 0; min-height: 0;
} }
window#waybar { window#waybar {
background-color: #000; background-color: #000;
color: #f0f0f0; color: #f0f0f0;
} }
window#waybar.hidden { window#waybar.hidden {
opacity: 0.2; opacity: 0.2;
} }
widget { widget {
@ -22,19 +22,19 @@ widget label {
} }
#workspaces button { #workspaces button {
background-color: transparent; background-color: transparent;
color: #f0f0f0; color: #f0f0f0;
padding: 0; padding: 0;
border: 1px solid #666; border: 1px solid #666;
border-radius: 0px; border-radius: 0px;
} }
#workspaces button.focused { #workspaces button.focused {
background-color: #311647; background-color: #311647;
} }
#workspaces button.urgent { #workspaces button.urgent {
background-color: #eb4d4b; background-color: #eb4d4b;
} }
#window { #window {
@ -52,10 +52,10 @@ widget label {
} }
#tray > .passive { #tray > .passive {
-gtk-icon-effect: dim; -gtk-icon-effect: dim;
} }
#tray > .needs-attention { #tray > .needs-attention {
-gtk-icon-effect: highlight; -gtk-icon-effect: highlight;
background-color: #eb4d4b; background-color: #eb4d4b;
} }

View file

@ -1,34 +1,34 @@
[apply] [apply]
whitespace = fix whitespace = fix
[core] [core]
# Declare erroenous the same whitespace errors vim does # Declare erroenous the same whitespace errors vim does
whitespace = space-before-tab,-indent-with-non-tab,trailing-space whitespace = space-before-tab,-indent-with-non-tab,trailing-space
editor = vim editor = vim
[diff] [diff]
# Detect both copies and renames in diffs # Detect both copies and renames in diffs
renames = copies renames = copies
tool = vimdiff tool = vimdiff
[difftool] [difftool]
prompt = false prompt = false
[merge] [merge]
# Log merge activities to output # Log merge activities to output
log = true log = true
tool = vimdiff tool = vimdiff
[pretty] [pretty]
terse = format:%C(auto,yellow)%h%C(auto,reset) %s %C(auto,green)(%cr) %C(auto,bold blue) %an %C(auto,reset)%C(auto,red)%d%C(auto,reset) terse = format:%C(auto,yellow)%h%C(auto,reset) %s %C(auto,green)(%cr) %C(auto,bold blue) %an %C(auto,reset)%C(auto,red)%d%C(auto,reset)
[push] [push]
# Reinforce git 2.0 default behavior for consistency # Reinforce git 2.0 default behavior for consistency
default = simple default = simple
followTags = true followTags = true
[alias] [alias]
tlog = log --pretty=terse tlog = log --pretty=terse
# A gross fix for the fact that I need two different [user] blocks depending on # A gross fix for the fact that I need two different [user] blocks depending on
# what system I'm on. The local file will only contian [user]. # what system I'm on. The local file will only contian [user].

View file

@ -2,7 +2,7 @@ export LANG=en_US.UTF-8
# Start keychain only on my personal system # Start keychain only on my personal system
if [ -z "$SSH_CLIENT" ] && [ -z "$SSH_TTY" ]; then if [ -z "$SSH_CLIENT" ] && [ -z "$SSH_TTY" ]; then
eval `keychain --eval id_ed25519` eval `keychain --eval id_ed25519`
fi fi
# These are pretty safe to assume exist # These are pretty safe to assume exist
@ -12,7 +12,7 @@ export VISUAL=$EDITOR
# Figure out my pager; these don't necessarily exist # Figure out my pager; these don't necessarily exist
if [ -e /usr/bin/bat ]; then if [ -e /usr/bin/bat ]; then
export PAGER="bat --plain" export PAGER="bat --plain"
elif [ -e /usr/bin/most ]; then elif [ -e /usr/bin/most ]; then
export PAGER=most export PAGER=most
fi fi