gianmarco
/
dotfiles
Archived
1
0
Fork 0

Changed the wallpaper in the pywal config, added a shortcut for ARandr and a few other things

master
gianmarco 2022-03-24 20:25:59 +01:00
parent ebf7d81866
commit aa15b5e0c8
9 changed files with 22 additions and 14 deletions

View File

@ -3,7 +3,7 @@
pgrep -x sxhkd > /dev/null || sxhkd &
killall dunst || dunst -conf .config/dunst/dunstrc &
#killall deadd-notification-center || deadd-notification-center &
feh --bg-fill "/home/gianmarco/redline_sargo.png"
feh --bg-fill "/data/Creazioni/Red Line Wallpaper/redline_sargo.png"
setxkbmap it
#xinput --set-prop "ETPS/2 Elantech Touchpad" "libinput Natural Scrolling Enabled" 1
@ -37,6 +37,7 @@ bspc rule -a 'FF Multi Converter' state=floating
bspc rule -a isoimagewriter state=floating
bspc rule -a kmag state=floating
bspc rule -a GLava state=floating
bspc rule -a Arandr state=floating
bspc rule -a desktop="Desktop" locked=on
~/Scripts/autostart.sh

View File

@ -2,7 +2,7 @@
LocationMode=path-bar
ShowHidden=false
ShowSizeColumn=true
GeometryX=964
GeometryX=486
GeometryY=180
GeometryWidth=948
GeometryHeight=720

View File

@ -1,2 +1,3 @@
file:///media/gianmarco/Data/Altro/gmp1
file:///home/gianmarco/Notes/
file:///home/gianmarco/Nextcloud

View File

@ -1,7 +1,7 @@
[Settings]
gtk-application-prefer-dark-theme=true
gtk-button-images=1
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-name=capitaine-cursors-light
gtk-cursor-theme-size=0
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
@ -11,7 +11,7 @@ gtk-font-name=Roboto 10
gtk-icon-theme-name=nightmare-magma
gtk-menu-images=1
gtk-primary-button-warps-slider=false
gtk-theme-name=Raleigh
gtk-theme-name=Breeze-Dark
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-xft-antialias=1

View File

@ -140,7 +140,7 @@ font-2 = "Roboto Mono:pixelsize=10;3"
modules-left = bspwm title
modules-center = now-playing date
modules-right = mail mail2 updates cpu memory keyboard pulseaudio-control battery wired-network caveau notifications powermenu
modules-right = mail mail2 updates cpu memory keyboard pulseaudio-control battery bluetooth wired-network caveau notifications powermenu
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

View File

@ -732,7 +732,7 @@ toggle-off-foreground = ${color.secondary}
; If you use both a wired and a wireless network, just add 2 module definitions. For example
[module/wired-network]
type = internal/network
interface = br1
interface = enp10s0
label-connected = " %local_ip%"
format-connected-prefix =

View File

@ -7,6 +7,12 @@
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/bluetooth]
type = custom/script
exec = ~/.config/polybar/gmg/scripts/rofi-bluetooth --status
interval = 1
click-left = ~/.config/polybar/gmg/scripts/rofi-bluetooth &
[module/polywins]
type = custom/script
exec = ~/.config/polybar/gmg/scripts/polywins.sh 2>/dev/null
@ -21,7 +27,7 @@ tail = true
label-padding = 0
label-foreground = ${colors.foreground}
exec = pulseaudio-control --osd --color-muted bdc3c7 --icons-volume " , " --icon-muted " " --sink-nicknames-from "device.description" --sink-nickname "alsa_output.pci-0000_01_00.1.hdmi-stereo-extra3:(HDMI)" --sink-nickname "alsa_output.pci-0000_00_1f.3.analog-stereo:(Cuffie)" listen
exec = pulseaudio-control --osd --color-muted bdc3c7 --icons-volume " , " --icon-muted " " --sink-nicknames-from "device.description" --sink-nickname "alsa_output.pci-0000_05_00.1.hdmi-stereo-extra3:(HDMI)" --sink-nickname "alsa_output.pci-0000_00_1b.0.analog-stereo:(Cuffie)" --sink-nickname "bluez_output.74_45_CE_08_8D_86.a2dp-sink:(BT)" listen
click-right = exec pavucontrol-qt &
click-left = pulseaudio-control togmute && ~/Scripts/volume.sh mute
click-middle = pulseaudio-control next-sink && play '~/Sounds/changeaudio.ogg'
@ -40,7 +46,7 @@ type = custom/script
exec = ~/Scripts/mail2.py
interval = 30
label =  %output%
click-left = exec evolution &
click-left = exec kmail &
[module/now-playing]
type = custom/script

View File

@ -66,9 +66,9 @@ super + e
super + m
kmail
# Evolution
super + alt + m
evolution
# ARandr
super + p
arandr
# Screenshot (Flameshot)
Print
@ -202,4 +202,4 @@ alt + {_,shift + }Tab
# send window to desktop and follow view
super + {Left,Right}
bspc node focused -d {prev,next} --follow
bspc node focused -d {prev,next} --follow

View File

@ -1,5 +1,5 @@
{
"wallpaper": "/data/Creazioni/Red Line Wallpaper/redline_radiance.png",
"wallpaper": "/data/Creazioni/Red Line Wallpaper/redline_sargo.png",
"alpha": "100",
"special": {
"background": "#2A2C2B",
@ -24,4 +24,4 @@
"color14": "#D03D33",
"color15": "#e89691"
}
}
}