mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-26 04:28:43 +01:00
colourful bars and nord foot
This commit is contained in:
parent
a0d7cc247a
commit
437e08e15a
110
foot/foot.ini
Normal file
110
foot/foot.ini
Normal file
@ -0,0 +1,110 @@
|
||||
# -*- conf -*-
|
||||
|
||||
font=Roboto mono
|
||||
# initial-window-size-pixels=700x500 # Or,
|
||||
# initial-window-size-chars=<COLSxROWS>
|
||||
# initial-window-mode=windowed
|
||||
# pad=2x2
|
||||
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
||||
# term=foot
|
||||
# login-shell=no
|
||||
# workers=<number of logical CPUs>
|
||||
|
||||
[scrollback]
|
||||
# lines=1000
|
||||
# multiplier=3.0
|
||||
# indicator-position=relative
|
||||
# indicator-format=
|
||||
|
||||
[cursor]
|
||||
# style=block
|
||||
color=3b4252 e5e9f0
|
||||
# blink=no
|
||||
|
||||
[mouse]
|
||||
# hide-when-typing=no
|
||||
# alternate-scroll-mode=yes
|
||||
|
||||
[colors]
|
||||
alpha=0.95
|
||||
foreground=d8dee9
|
||||
background=2e3440
|
||||
regular0=3b4252 # black
|
||||
regular1=bf616a # red
|
||||
regular2=a3be8c # green
|
||||
regular3=ebcb8b # yellow
|
||||
regular4=81a1c1 # blue
|
||||
regular5=b48ead # magenta
|
||||
regular6=88c0d0 # cyan
|
||||
regular7=e5e9f0 # white
|
||||
bright0=4c566a # bright black
|
||||
bright1=bf616a # bright red
|
||||
bright2=a3be8c # bright green
|
||||
bright3=ebcb8b # bright yellow
|
||||
bright4=81a1c1 # bright blue
|
||||
bright5=b48ead # bright magenta
|
||||
bright6=8fbcbb # bright cyan
|
||||
bright7=eceff4 # bright white
|
||||
# selection-foreground=<inverse foreground/background>
|
||||
# selection-background=<inverse foreground/background>
|
||||
|
||||
[csd]
|
||||
# preferred=server
|
||||
# size=26
|
||||
# color=<foreground color>
|
||||
# button-width=26
|
||||
# button-minimize-color=ff0000ff
|
||||
# button-maximize-color=ff00ff00
|
||||
# button-close-color=ffff0000
|
||||
|
||||
[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 | bemenu | xargs -r firefox"] none
|
||||
# pipe-scrollback=[sh -c "xurls | bemenu | xargs -r firefox"] none
|
||||
# pipe-selected=[xargs -r firefox] 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
|
||||
|
||||
[mouse-bindings]
|
||||
# primary-paste=BTN_MIDDLE
|
||||
# select-begin=BTN_LEFT
|
||||
# select-begin-block=Control+BTN_LEFT
|
||||
# select-extend=BTN_RIGHT
|
||||
# select-word=BTN_LEFT-2
|
||||
# select-word-whitespace=Control+BTN_LEFT-2
|
||||
# select-row=BTN_LEFT-3
|
||||
|
||||
[tweak]
|
||||
allow-overflowing-double-width-glyphs=true
|
@ -14,7 +14,7 @@ input "1739:32402:DELL0767:00_06CB:7E92_Touchpad" {
|
||||
set $mod Mod4
|
||||
|
||||
# Your preferred terminal emulator
|
||||
set $term alacritty
|
||||
set $term foot
|
||||
|
||||
# Your preferred application launcher
|
||||
set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
|
||||
@ -34,8 +34,8 @@ exec_always {
|
||||
gsettings set $gnome-schema document-font-name 'Roboto 10'
|
||||
gsettings set org.gnome.desktop.wm.preferences titlebar-font 'Roboto Bold 10'
|
||||
gsettings set org.gnome.desktop.wm.preferences button-layout ''
|
||||
gsettings set org.gnome.desktop.default-applications.terminal exec alacritty
|
||||
gsettings set org.gnome.desktop.default-applications.terminal exec-arg -e
|
||||
gsettings set org.gnome.desktop.default-applications.terminal exec $term
|
||||
gsettings set org.gnome.desktop.default-applications.terminal exec-arg ''
|
||||
}
|
||||
|
||||
|
||||
|
@ -8,7 +8,8 @@
|
||||
"margin-left": 5,
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/mode"
|
||||
"sway/mode",
|
||||
"idle_inhibitor"
|
||||
],
|
||||
"modules-center": [
|
||||
"cpu",
|
||||
@ -24,11 +25,10 @@
|
||||
"battery"
|
||||
],
|
||||
"modules-right": [
|
||||
"idle_inhibitor",
|
||||
"backlight",
|
||||
"pulseaudio",
|
||||
"custom/updates",
|
||||
"custom/auroch",
|
||||
"backlight",
|
||||
"pulseaudio",
|
||||
"tray"
|
||||
],
|
||||
"sway/workspaces": {
|
||||
@ -170,7 +170,7 @@
|
||||
"on-right-click": "minimize"
|
||||
},
|
||||
"custom/weather": {
|
||||
"format": "{:.20}",
|
||||
"format": "{}",
|
||||
"exec": "~/.config/waybar/modules/weather.sh",
|
||||
"interval": 3600
|
||||
},
|
||||
|
@ -3,7 +3,7 @@ Description=Check for new upstream AUR versions of NPM packages
|
||||
|
||||
[Timer]
|
||||
OnStartupSec=5min
|
||||
OnUnitActiveSec=2h
|
||||
OnUnitActiveSec=6h
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
Loading…
Reference in New Issue
Block a user