aboutsummaryrefslogtreecommitdiff
path: root/config/linux
diff options
context:
space:
mode:
Diffstat (limited to 'config/linux')
-rw-r--r--config/linux/foot/foot.ini142
-rw-r--r--config/linux/sway/config256
-rw-r--r--config/linux/swaylock/config2
-rw-r--r--config/linux/waybar/config89
-rw-r--r--config/linux/waybar/style.css62
-rw-r--r--config/linux/wob/wob.ini6
-rw-r--r--config/linux/wofi/style.css37
7 files changed, 594 insertions, 0 deletions
diff --git a/config/linux/foot/foot.ini b/config/linux/foot/foot.ini
new file mode 100644
index 0000000..47ba8be
--- /dev/null
+++ b/config/linux/foot/foot.ini
@@ -0,0 +1,142 @@
+# -*- conf -*-
+
+# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
+# term=foot (or xterm-256color if built with -Dterminfo=disabled)
+# login-shell=no
+
+font=JetBrainsMono Nerd Font:size=9
+# font-bold=<bold variant of regular font>
+# font-italic=<italic variant of regular font>
+# font-bold-italic=<bold+italic variant of regular font>
+# line-height=<font metrics>
+# letter-spacing=0
+# horizontal-letter-offset=0
+# vertical-letter-offset=0
+# box-drawings-uses-font-glyphs=no
+dpi-aware=yes
+
+# initial-window-size-pixels=700x500 # Or,
+# initial-window-size-chars=<COLSxROWS>
+# initial-window-mode=windowed
+# pad=2x2 # optionally append 'center'
+# resize-delay-ms=100
+
+# notify=notify-send -a foot -i foot ${title} ${body}
+# url-launch=xdg-open ${url}
+
+# bold-text-in-bright=no
+# bell=none
+# word-delimiters=,│`|:"'()[]{}<>
+# jump-label-letters=sadfjklewcmpgh
+# selection-target=primary
+# workers=<number of logical CPUs>
+# osc8-underline=url-mode
+
+[scrollback]
+# lines=1000
+# multiplier=3.0
+# indicator-position=relative
+# indicator-format=
+
+[cursor]
+# style=block
+# color=111111 dcdccc
+# blink=no
+
+[mouse]
+hide-when-typing=yes
+# alternate-scroll-mode=yes
+
+[colors]
+# alpha=1.0
+background=0xeff0f2
+foreground=0x4a4b4e
+regular0=0x4a4b4e
+regular1=0xa32a3a
+regular2=0x206620
+regular3=0x745300
+regular4=0x4b529a
+regular5=0x8d377e
+regular6=0x086784
+regular7=0xdee2e0
+bright0=0x676364
+bright1=0xa64822
+bright2=0x187408
+bright3=0x8b590a
+bright4=0x5c59b2
+bright5=0x8e45a8
+bright6=0x3f649c
+bright7=0xeff0f2
+
+
+# selection-foreground=<inverse foreground/background>
+# selection-background=<inverse foreground/background>
+# jump-labels=<regular0> <regular3>
+# urls=<regular3>
+
+[csd]
+# preferred=server
+# size=26
+# color=<foreground color>
+# button-width=26
+# button-minimize-color=<regular4>
+# button-maximize-color=<regular2>
+# button-close-color=<regular1>
+
+[key-bindings]
+# scrollback-up-page=Shift+Page_Up
+# scrollback-up-half-page=none
+# scrollback-up-line=none
+# scrollback-down-page=Shift+Page_Down
+# scrollback-down-half-page=none
+# scrollback-down-line=none
+# clipboard-copy=Control+Shift+c
+# clipboard-paste=Control+Shift+v
+# primary-paste=Shift+Insert
+# search-start=Control+Shift+r
+# font-increase=Control+plus Control+equal Control+KP_Add
+# font-decrease=Control+minus Control+KP_Subtract
+# font-reset=Control+0 Control+KP_0
+# spawn-terminal=Control+Shift+n
+# minimize=none
+# maximize=none
+# fullscreen=none
+# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
+# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
+# pipe-selected=[xargs -r firefox] none
+# show-urls-launch=Control+Shift+u
+# show-urls-copy=none
+
+[search-bindings]
+# cancel=Control+g Escape
+# commit=Return
+# find-prev=Control+r
+# find-next=Control+s
+# cursor-left=Left Control+b
+# cursor-left-word=Control+Left Mod1+b
+# cursor-right=Right Control+f
+# cursor-right-word=Control+Right Mod1+f
+# cursor-home=Home Control+a
+# cursor-end=End Control+e
+# delete-prev=BackSpace
+# delete-prev-word=Mod1+BackSpace Control+BackSpace
+# delete-next=Delete
+# delete-next-word=Mod1+d Control+Delete
+# extend-to-word-boundary=Control+w
+# extend-to-next-whitespace=Control+Shift+w
+# clipboard-paste=Control+v Control+y
+# primary-paste=Shift+Insert
+
+#[url-bindings]
+# cancel=Control+g Control+d Escape
+# toggle-url-visible=t
+
+[mouse-bindings]
+# primary-paste=BTN_MIDDLE
+# select-begin=BTN_LEFT
+# select-begin-block=Control+BTN_LEFT
+# select-extend=BTN_RIGHT
+# select-extend-character-wise=Control+BTN_RIGHT
+# select-word=BTN_LEFT-2
+# select-word-whitespace=Control+BTN_LEFT-2
+# select-row=BTN_LEFT-3
diff --git a/config/linux/sway/config b/config/linux/sway/config
new file mode 100644
index 0000000..ae737ea
--- /dev/null
+++ b/config/linux/sway/config
@@ -0,0 +1,256 @@
+### Variables
+#
+# Logo key. Use Mod1 for Alt.
+set $mod Mod4
+# Home row direction keys, like vim
+set $left h
+set $down j
+set $up k
+set $right l
+# Your preferred terminal emulator
+set $term kitty
+# 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 dmenu_path | dmenu | xargs swaymsg exec --
+set $menu wofi --show=drun | xargs swaymsg exec --
+
+font JetBrainsMono Nerd Font Mono 9
+default_border pixel 1
+smart_borders on
+
+### Output configuration
+#
+output * background ~/.local/share/backgrounds/default fill
+
+# Example configuration:
+#
+# output HDMI-A-1 resolution 1920x1080 position 1920,0
+#
+# You can get the names of your outputs by running: swaymsg -t get_outputs
+
+### Idle configuration
+#
+# Example configuration:
+#
+# exec swayidle -w \
+# timeout 300 'swaylock -f -c 000000' \
+# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
+# before-sleep 'swaylock -f -c 000000'
+#
+# This will lock your screen after 300 seconds of inactivity, then turn off
+# your displays after another 300 seconds, and turn your screens back on when
+# resumed. It will also lock your screen before your computer goes to sleep.
+
+ exec swayidle -w \
+ timeout 300 'swaylock -f' \
+ timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
+ before-sleep 'swaylock -f'
+
+### Input configuration
+#
+# Example configuration:
+#
+# input "2:14:SynPS/2_Synaptics_TouchPad" {
+# dwt enabled
+# tap enabled
+# natural_scroll enabled
+# middle_emulation enabled
+# }
+#
+# You can get the names of your inputs by running: swaymsg -t get_inputs
+# Read `man 5 sway-input` for more information about this section.
+
+ input "type:keyboard" {
+ xkb_options ctrl:nocaps
+ }
+
+### wob indicator
+
+set $WOBSOCK $XDG_RUNTIME_DIR/wob.sock
+exec rm -f $WOBSOCK && mkfifo $WOBSOCK && tail -f $WOBSOCK | wob
+
+### Key bindings
+#
+# Basics:
+#
+ # Start a terminal
+ bindsym $mod+Return exec $term
+
+ # Kill focused window
+ bindsym $mod+Shift+q kill
+
+ # Start your launcher
+ bindsym $mod+d exec $menu
+
+ # Drag floating windows by holding down $mod and left mouse button.
+ # Resize them with right mouse button + $mod.
+ # Despite the name, also works for non-floating windows.
+ # Change normal to inverse to use left mouse button for resizing and right
+ # mouse button for dragging.
+ floating_modifier $mod normal
+
+ # Reload the configuration file
+ bindsym $mod+Shift+c reload
+
+ # Exit sway (logs you out of your Wayland session)
+ bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
+ bindsym $mod+Shift+i exec swaylock
+
+ # Media keys
+ bindsym XF86AudioRaiseVolume exec ~/.local/bin/setvol up > $WOBSOCK
+ bindsym XF86AudioLowerVolume exec ~/.local/bin/setvol down > $WOBSOCK
+ bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
+ bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
+ bindsym XF86MonBrightnessDown exec ~/.local/bin/setbright down > $WOBSOCK
+ bindsym XF86MonBrightnessUp exec ~/.local/bin/setbright up > $WOBSOCK
+ #bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
+ #bindsym XF86MonBrightnessUp exec brightnessctl set +5%
+ #bindsym XF86AudioPlay exec playerctl play-pause
+ #bindsym XF86AudioNext exec playerctl next
+ #bindsym XF86AudioPrev exec playerctl previous
+
+#
+# Moving around:
+#
+ # Move your focus around
+ bindsym $mod+$left focus left
+ bindsym $mod+$down focus down
+ bindsym $mod+$up focus up
+ bindsym $mod+$right focus right
+ # Or use $mod+[up|down|left|right]
+ bindsym $mod+Left focus left
+ bindsym $mod+Down focus down
+ bindsym $mod+Up focus up
+ bindsym $mod+Right focus right
+
+ # Move the focused window with the same, but add Shift
+ bindsym $mod+Shift+$left move left
+ bindsym $mod+Shift+$down move down
+ bindsym $mod+Shift+$up move up
+ bindsym $mod+Shift+$right move right
+ # Ditto, with arrow keys
+ bindsym $mod+Shift+Left move left
+ bindsym $mod+Shift+Down move down
+ bindsym $mod+Shift+Up move up
+ bindsym $mod+Shift+Right move right
+#
+# Workspaces:
+#
+ # Switch to workspace
+ bindsym $mod+1 workspace number 1
+ bindsym $mod+2 workspace number 2
+ bindsym $mod+3 workspace number 3
+ bindsym $mod+4 workspace number 4
+ bindsym $mod+5 workspace number 5
+ bindsym $mod+6 workspace number 6
+ bindsym $mod+7 workspace number 7
+ bindsym $mod+8 workspace number 8
+ bindsym $mod+9 workspace number 9
+ bindsym $mod+0 workspace number 10
+ # Move focused container to workspace
+ bindsym $mod+Shift+1 move container to workspace number 1
+ bindsym $mod+Shift+2 move container to workspace number 2
+ bindsym $mod+Shift+3 move container to workspace number 3
+ bindsym $mod+Shift+4 move container to workspace number 4
+ bindsym $mod+Shift+5 move container to workspace number 5
+ bindsym $mod+Shift+6 move container to workspace number 6
+ bindsym $mod+Shift+7 move container to workspace number 7
+ bindsym $mod+Shift+8 move container to workspace number 8
+ bindsym $mod+Shift+9 move container to workspace number 9
+ bindsym $mod+Shift+0 move container to workspace number 10
+ # Note: workspaces can have any name you want, not just numbers.
+ # We just use 1-10 as the default.
+#
+# Layout stuff:
+#
+ # You can "split" the current object of your focus with
+ # $mod+b or $mod+v, for horizontal and vertical splits
+ # respectively.
+ bindsym $mod+b splith
+ bindsym $mod+v splitv
+
+ # Switch the current container between different layout styles
+ bindsym $mod+s layout stacking
+ bindsym $mod+w layout tabbed
+ bindsym $mod+e layout toggle split
+
+ # Make the current focus fullscreen
+ bindsym $mod+f fullscreen
+
+ # Toggle the current focus between tiling and floating mode
+ bindsym $mod+Shift+space floating toggle
+
+ # Swap focus between the tiling area and the floating area
+ bindsym $mod+space focus mode_toggle
+
+ # Move focus to the parent container
+ bindsym $mod+a focus parent
+#
+# Scratchpad:
+#
+ # Sway has a "scratchpad", which is a bag of holding for windows.
+ # You can send windows there and get them back later.
+
+ # Move the currently focused window to the scratchpad
+ bindsym $mod+Shift+minus move scratchpad
+
+ # Show the next scratchpad window or hide the focused scratchpad window.
+ # If there are multiple scratchpad windows, this command cycles through them.
+ bindsym $mod+minus scratchpad show
+#
+# Resizing containers:
+#
+mode "resize" {
+ # left will shrink the containers width
+ # right will grow the containers width
+ # up will shrink the containers height
+ # down will grow the containers height
+ bindsym $left resize shrink width 10px
+ bindsym $down resize grow height 10px
+ bindsym $up resize shrink height 10px
+ bindsym $right resize grow width 10px
+
+ # Ditto, with arrow keys
+ bindsym Left resize shrink width 10px
+ bindsym Down resize grow height 10px
+ bindsym Up resize shrink height 10px
+ bindsym Right resize grow width 10px
+
+ # Return to default mode
+ bindsym Return mode "default"
+ bindsym Escape mode "default"
+}
+bindsym $mod+r mode "resize"
+
+#
+# Theme Colors
+#
+
+# border bg text ind c_border
+client.focused #106e86 #dee2e0 #4a4b4e #a32a3a #106e86
+client.focused_inactive #dee2e0 #dee2e0 #4a4b4e #a32a3a #dee2e0
+client.unfocused #dee2e0 #dee2e0 #4a4b4e #a32a3a #dee2e0
+
+#
+# Status Bar: waybar
+#
+
+bar {
+ swaybar_command waybar
+}
+
+#
+# Apps
+#
+
+for_window [app_id="firefox"] inhibit_idle fullscreen
+assign [app_id="firefox"] workspace number 1
+
+workspace 2
+exec $term
+exec firefox &
+
+bindsym $mod+comma exec PATH=~/.local/bin:$PATH /usr/bin/passmenu
+
+include /etc/sway/config.d/*
diff --git a/config/linux/swaylock/config b/config/linux/swaylock/config
new file mode 100644
index 0000000..f8ceefc
--- /dev/null
+++ b/config/linux/swaylock/config
@@ -0,0 +1,2 @@
+image=~/.local/share/backgrounds/default
+ignore-empty-password
diff --git a/config/linux/waybar/config b/config/linux/waybar/config
new file mode 100644
index 0000000..d8cefd2
--- /dev/null
+++ b/config/linux/waybar/config
@@ -0,0 +1,89 @@
+[
+ {
+ "name": "topbar",
+ "layer": "bottom",
+ "position": "top",
+ "height": 0,
+ "modules-left": ["sway/workspaces", "sway/mode"],
+ "modules-center": [],
+ "modules-right": ["tray", "custom/reboot", "network#wifi", "pulseaudio", "battery#bat1", "temperature", "idle_inhibitor", "clock#local"],
+ "sway/workspaces": {
+ "format": "{icon}",
+ "format-icons": {
+ "1": "",
+ "2": ""
+ }
+ },
+ "clock#local": {
+ "interval": 1,
+ "format": "{:%a %d %b %I:%M %p}",
+ "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
+ "today-format": "<b>{}</b>"
+ },
+ "temperature": {
+ "critical-threshold": 80,
+ "format": "{icon} {temperatureC}°C",
+ "format-icons": ["", "", "", "", ""],
+ "tooltip": false
+ },
+ "battery#bat1": {
+ "bat": "BAT0",
+ "adapter": "AC",
+ "interval": 60,
+ "states": {
+ "5": 100,
+ "4": 80,
+ "3": 60,
+ "2": 40,
+ "1": 20,
+ "0": 5
+ },
+ "format": "{icon} {capacity}%",
+ "format-charging-5": " {capacity}%",
+ "format-charging-4": " {capacity}%",
+ "format-charging-3": " {capacity}%",
+ "format-charging-2": " {capacity}%",
+ "format-charging-1": " {capacity}%",
+ "format-charging-0": " {capacity}%",
+ "format-icons": ["", "", "", "", "", ""]
+ },
+ "network#wifi": {
+ "interface": "wlp*",
+ "format-ethernet": "",
+ "format-wifi": " {signalStrength}%",
+ "format-linked": "",
+ "format-disconnected": "",
+ "tooltip-format": "{essid}\n{ifname}: {ipaddr}/{cidr}",
+ "on-click": "nm-connection-editor"
+ },
+ "pulseaudio": {
+ "scroll-step": 1,
+ "format": "{icon} {volume}%",
+ "format-muted": "婢 {volume}%",
+ "format-bluetooth": "{icon} {volume}%",
+ "format-bluetooth-muted": "婢 {icon}",
+ "format-icons": {
+ "headphone": "",
+ "phone": "",
+ "portable": "",
+ "car": "",
+ "default": ["奄", "奔", "墳"]
+ },
+ "on-click": "pavucontrol"
+ },
+ "idle_inhibitor": {
+ "format": "{icon}",
+ "format-icons": {
+ "activated": "",
+ "deactivated": ""
+ },
+ "tooltip": false
+ },
+ "custom/reboot": {
+ "format": "{}",
+ "exec": "~/.local/bin/dnf-needs-restarting",
+ "return-type": "json",
+ "interval": 60
+ }
+ }
+]
diff --git a/config/linux/waybar/style.css b/config/linux/waybar/style.css
new file mode 100644
index 0000000..ebcf4a6
--- /dev/null
+++ b/config/linux/waybar/style.css
@@ -0,0 +1,62 @@
+* {
+ border-radius: 0;
+ border: 0;
+ font-family: Noto Sans, JetBrainsMono Nerd Font;
+ font-size: 11pt;
+ text-shadow: none;
+}
+
+window#waybar {
+ background: #eff0f2;
+ color: #4a4b4e;
+ border-bottom: 1px solid #dee2e0;
+}
+
+tooltip {
+ background: alpha(#eff0f2, 0.95);
+ border: 1px solid #dee2e0;
+ border-radius: 5px;
+}
+
+tooltip label {
+ color: #4a4b4e;
+}
+
+label {
+ padding: 2px 10px;
+ margin: 0;
+}
+
+#workspaces label {
+ padding: 0;
+}
+
+#workspaces button {
+ padding: 0 6px;
+ font-weight: normal;
+}
+
+#workspaces button:hover {
+ box-shadow: inherit;
+ text-shadow: inherit;
+ background: #eff0f2;
+}
+
+#workspaces button.focused {
+ background: #dee2e0;
+}
+
+#idle_inhibitor {
+ margin: 0;
+ padding: 2px 12px 2px 6px;
+}
+
+#idle_inhibitor.activated {
+ color: #eff0f2;
+ background: #a32a3a;
+ text-shadow: 1px 1px 0 #ae4e2a;
+}
+
+#custom-reboot {
+ color: #a32a3a;
+}
diff --git a/config/linux/wob/wob.ini b/config/linux/wob/wob.ini
new file mode 100644
index 0000000..8205a29
--- /dev/null
+++ b/config/linux/wob/wob.ini
@@ -0,0 +1,6 @@
+border_color=676364
+background_color=dee2e0
+bar_color=676364
+border_offset=0
+border_size=1
+bar_padding=5
diff --git a/config/linux/wofi/style.css b/config/linux/wofi/style.css
new file mode 100644
index 0000000..abf8ae8
--- /dev/null
+++ b/config/linux/wofi/style.css
@@ -0,0 +1,37 @@
+window {
+ background: #eff0f2;
+ color: #4a4b4e;
+ font-family: Noto Sans, JetBrainsMono Nerd Font;
+ font-size: 10pt;
+ border: 1px solid #dee2e0;
+}
+
+#input {
+ padding: 2px;
+ margin: 5px;
+ border: 0;
+ border-radius: 0;
+}
+
+#input:active {
+ border: 0;
+}
+
+#inner-box {
+}
+
+#outer-box {
+}
+
+#scroll {
+ padding: 2px;
+ margin: 5px;
+}
+
+#text {
+ color: #4a4b4e;
+}
+
+#entry:selected {
+ background: #dee2e0;
+}