This commit is contained in:
Harri Lahtinen 2023-01-29 22:50:24 +02:00
parent 7f06d5efb8
commit f57ce48a34
9 changed files with 70 additions and 91 deletions

View File

@ -21,16 +21,6 @@
*.color14: #8ec07c *.color14: #8ec07c
*.color15: #ebdbb2 *.color15: #ebdbb2
!! Transparency (0-1):
!st.alpha: 0.9
!! Set a default font and font size as below:
st.font: UbuntuMono Nerd Font:pixelsize=28:antialias=true:autohint=true;
st.boldFont: UbuntuMono Nerd Font:pixelsize=28:bold:antialias=true:autohint=true;
st.bold_font: 1
st.borderpx: 10
! This option is can be preedit style. Available values: `root` `overthespot` ( Default taken `root`)
st.imstyle: root
!!HiDpi !!HiDpi
Xft.dpi: 200 Xft.dpi: 200
Xft.autohint: 0 Xft.autohint: 0

View File

@ -34,27 +34,27 @@ bindsym Mod1+e layout toggle split
bindsym $mod+Shift+c sticky toggle bindsym $mod+Shift+c sticky toggle
# Start flavours # Start flavours
## Base16 Generated ## Base16 Nord
# Author: Flavours # Author: arcticicestudio
# #
# You can use these variables anywhere in the i3 configuration file. # You can use these variables anywhere in the i3 configuration file.
set $base00 #202633 set $base00 #2E3440
set $base01 #424752 set $base01 #3B4252
set $base02 #656872 set $base02 #434C5E
set $base03 #878991 set $base03 #4C566A
set $base04 #a9aab0 set $base04 #D8DEE9
set $base05 #cbcacf set $base05 #E5E9F0
set $base06 #d3d2d7 set $base06 #ECEFF4
set $base07 #dbdade set $base07 #8FBCBB
set $base08 #607b96 set $base08 #BF616A
set $base09 #677b87 set $base09 #D08770
set $base0A #647c82 set $base0A #EBCB8B
set $base0B #7d957b set $base0B #A3BE8C
set $base0C #6d7893 set $base0C #88C0D0
set $base0D #5e7c94 set $base0D #81A1C1
set $base0E #727983 set $base0E #B48EAD
set $base0F #6d7897 set $base0F #5E81AC
# Basic color configuration using the Base16 variables for windows and borders. # Basic color configuration using the Base16 variables for windows and borders.
# Property Name Border BG Text Indicator Child Border # Property Name Border BG Text Indicator Child Border
@ -66,12 +66,12 @@ client.placeholder $base00 $base00 $base05 $base00 $base00
client.background $base07 client.background $base07
bindsym $mod+d exec dmenu_run -nb '#202633' -sb '#6d7893' -nf '#d3d2d7' -sf '#202633' -fn 'UbuntuMono Nerd Font-20' -h '35' bindsym $mod+d exec dmenu_run -nb '#2E3440' -sb '#88C0D0' -nf '#ECEFF4' -sf '#2E3440' -fn 'UbuntuMono Nerd Font-20' -h '35'
# End flavours # End flavours
###---Starting External Scripts---### ###---Starting External Scripts---###
#Load .Xresources #Load .Xresources
exec --no-startup-id xrdb -merge .Xresources #exec --no-startup-id xrdb -merge .Xresources
#Start mopidy #Start mopidy
#exec --no-startup-id mopidy & #exec --no-startup-id mopidy &
#Twmn #Twmn
@ -83,8 +83,6 @@ exec --no-startup-id twmnd &
#exec --no-startup-id ~/.config/wpg/wp_init.sh #exec --no-startup-id ~/.config/wpg/wp_init.sh
#Battery notify #Battery notify
exec --no-startup-id ~/.config/Scripts/i3-battery-monitor & exec --no-startup-id ~/.config/Scripts/i3-battery-monitor &
#Conky
#exec --no-startup-id conky -d -c ~/.config/conky/conkybg &
#Picom #Picom
exec --no-startup-id picom -bc --experimental-backends --dbus --config /home/hate/.config/picom/picom.conf exec --no-startup-id picom -bc --experimental-backends --dbus --config /home/hate/.config/picom/picom.conf
#Gnome privileges #Gnome privileges
@ -126,11 +124,11 @@ set $beg --no-startup-id mpc seek 0%
set $BROWSER google-chrome-stable set $BROWSER google-chrome-stable
#FOR ALSA/AMIXER #FOR ALSA/AMIXER
set $inc --no-startup-id ~/.config/polybar/scripts/pavolume.sh --up set $inc --no-startup-id ~/.config/polybar/scripts/pipewire/sound.sh up &
set $biginc --no-startup-id amixer sset Master 5%+ set $biginc --no-startup-id amixer sset Master 5%+
set $dec --no-startup-id ~/.config/polybar/scripts/pavolume.sh --down set $dec --no-startup-id ~/.config/polybar/scripts/pipewire/sound.sh down &
set $bigdec --no-startup-id amixer sset Master 5%- set $bigdec --no-startup-id amixer sset Master 5%-
set $mute --no-startup-id pactl set-sink-mute 0 toggle set $mute --no-startup-id ~/.config/polybar/scripts/pipewire/sound.sh mute &
set $truemute --no-startup-id amixer sset Master mute set $truemute --no-startup-id amixer sset Master mute
###---Dropdown/Scratchpad Windows---### ###---Dropdown/Scratchpad Windows---###

View File

@ -1,18 +1,18 @@
[colors] [colors]
background = #00000000 background = #00000000
base00 = ee202633 base00 = ee2E3440
base01 = 424752 base01 = 3B4252
base02 = 656872 base02 = 434C5E
base03 = 878991 base03 = 4C566A
base04 = a9aab0 base04 = D8DEE9
base05 = cbcacf base05 = E5E9F0
base06 = d3d2d7 base06 = ECEFF4
base07 = dbdade base07 = 8FBCBB
base08 = 607b96 base08 = BF616A
base09 = 677b87 base09 = D08770
base0A = 647c82 base0A = EBCB8B
base0B = 7d957b base0B = A3BE8C
base0C = 6d7893 base0C = 88C0D0
base0D = 5e7c94 base0D = 81A1C1
base0E = 727983 base0E = B48EAD
base0F = 6d7897 base0F = 5E81AC

View File

@ -10,8 +10,8 @@ include-file = ~/.config/polybar/colors.ini
monitor = ${env:MONITOR:eDP-1} monitor = ${env:MONITOR:eDP-1}
include-file = ~/.config/polybar/top-bar include-file = ~/.config/polybar/top-bar
modules-left = i3 arrow01 xwindow arrow0 modules-left = i3 arrow01 xwindow arrow0
modules-center = term chrome editor fm music vpn1 modules-center =
modules-right = arrow10 redshift arrow9 vpn-wireguard-wg arrow7 wlan arrow6 pkg arrow5 pavolume arrow4 battery arrow3 backlight arrow2 networkmanager arrow1 popup-calendar modules-right = arrow10 redshift arrow9 vpn-wireguard-wg arrow7 wlan arrow6 pkg arrow5 pulseaudio-devices arrow4 battery arrow3 backlight arrow2 networkmanager arrow1 popup-calendar
;tray-position = right ;tray-position = right
;tray-padding = 2 ;tray-padding = 2
@ -116,6 +116,19 @@ content = ""
content-foreground = ${colors.base09} content-foreground = ${colors.base09}
content-background = ${colors.background} content-background = ${colors.background}
[module/pulseaudio-devices]
type = custom/script
label = "%output%"
label-font = 2
interval = 2.0
exec = ~/.config/polybar/scripts/pipewire/sound.sh
click-right = exec pavucontrol &
click-left = ~/.config/polybar/scripts/pipewire/sound.sh mute &
scroll-up = ~/.config/polybar/scripts/pipewire/sound.sh up &
scroll-down = ~/.config/polybar/scripts/pipewire/sound.sh down &
format-foreground = ${colors.base00}
format-background = ${colors.base09}
[module/bluetoothctl] [module/bluetoothctl]
type = custom/script type = custom/script
exec = ~/.config/polybar/scripts/bluetoothctl.sh exec = ~/.config/polybar/scripts/bluetoothctl.sh

View File

@ -1,16 +1,3 @@
default: default:
extension: .vim extension: .vim
output: colors output: colors
custom:
extension: .vim
output: colors
transparent:
extension: .vim
output: colors
vimlua:
extension: .vim
output: colors

View File

@ -1,7 +0,0 @@
let g:colors_name = 'base16-vimlua'
lua require('base16-colorscheme').setup({
\ base00 = '#{{base00-hex}}', base01 = '#{{base01-hex}}', base02 = '#{{base02-hex}}', base03 = '#{{base03-hex}}',
\ base04 = '#{{base04-hex}}', base05 = '#{{base05-hex}}', base06 = '#{{base06-hex}}', base07 = '#{{base07-hex}}',
\ base08 = '#{{base08-hex}}', base09 = '#{{base09-hex}}', base0A = '#{{base0A-hex}}', base0B = '#{{base0B-hex}}',
\ base0C = '#{{base0C-hex}}', base0D = '#{{base0D-hex}}', base0E = '#{{base0E-hex}}', base0F = '#{{base0F-hex}}'
\})

View File

@ -13,7 +13,7 @@ alias wspeedu="speedometer -tx wlp11s0"
alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com' alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com'
alias gcp='gcloud compute ssh instance-1' alias gcp='gcloud compute ssh instance-1'
alias blist='borg list ssh://borg@alpine0.home.hartzan.com:2222/backup/xps' alias blist='borg list ssh://borg@alpine0.home.hartzan.com:2222/backup/xps'
alias contabo='ssh hate@vmi292788.contaboserver.net' alias contabo='ssh hate@164.68.120.85'
alias oracle='ssh hate@130.61.180.151' alias oracle='ssh hate@130.61.180.151'
alias yv='googler -w youtube.com --url-handler mpv $argv' alias yv='googler -w youtube.com --url-handler mpv $argv'
alias rollback='sudo pacback --snapback' alias rollback='sudo pacback --snapback'

View File

@ -20,7 +20,6 @@ chromium
chrony chrony
cmatrix cmatrix
coreutils coreutils
crda
cryptsetup cryptsetup
ctags ctags
device-mapper device-mapper
@ -57,6 +56,7 @@ gvfs-mtp
gzip gzip
helm helm
htop htop
i3-wm
inetutils inetutils
intel-media-driver intel-media-driver
intel-ucode intel-ucode
@ -110,6 +110,7 @@ noto-fonts
noto-fonts-emoji noto-fonts-emoji
npm npm
ntp ntp
obsidian
openvpn openvpn
p7zip p7zip
pacman pacman
@ -121,13 +122,14 @@ pavucontrol
pciutils pciutils
pcmanfm-gtk3 pcmanfm-gtk3
perl perl
pipewire-pulse
pkgconf pkgconf
polkit-gnome polkit-gnome
polybar
powerline-fonts powerline-fonts
powertop powertop
procps-ng procps-ng
psmisc psmisc
pulseaudio-bluetooth
python-cairo python-cairo
python-mpd2 python-mpd2
python-pip python-pip
@ -237,7 +239,7 @@ xorg-xwud
xsettingsd xsettingsd
xterm xterm
yadm yadm
youtube-dl yt-dlp
zathura zathura
zathura-pdf-poppler zathura-pdf-poppler
zsh zsh

View File

@ -7,7 +7,6 @@ bibata-cursor-theme
breeze-snow-cursor-theme breeze-snow-cursor-theme
chkservice chkservice
chromium-widevine chromium-widevine
dell-bios-fan-control-git
dmenu2 dmenu2
downgrade downgrade
duf-bin duf-bin
@ -16,9 +15,7 @@ flavours
google-chrome google-chrome
googler googler
gtk-theme-arc-gruvbox-git gtk-theme-arc-gruvbox-git
i3-gaps-next-git
i3-resurrect-git i3-resurrect-git
i8kutils
inxi-git inxi-git
khal-git khal-git
kmscon-patched-git kmscon-patched-git
@ -35,7 +32,6 @@ nordvpn-bin
pacback pacback
pbincli pbincli
picom-git picom-git
polybar-git
pywal-git pywal-git
qt5-styleplugins qt5-styleplugins
ranger-git ranger-git