Skip to content

Commit

Permalink
update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo committed Sep 23, 2020
1 parent d6482fe commit b180b26
Show file tree
Hide file tree
Showing 12 changed files with 949 additions and 14 deletions.
4 changes: 3 additions & 1 deletion .config/Code - OSS/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
120
],
"latex.server.autoDownload": true,
"window.menuBarVisibility": "toggle"
"window.menuBarVisibility": "toggle",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true
}
2 changes: 1 addition & 1 deletion .config/autostart/skypeforlinux.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Icon=skypeforlinux
Terminal=false
Type=Application
StartupNotify=false
X-GNOME-Autostart-enabled=trueHidden=false
X-GNOME-Autostart-enabled=true
2 changes: 1 addition & 1 deletion .config/autostart/teams.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ StartupNotify=false
Categories=Network;Application;
MimeType=x-scheme-handler/msteams;
X-GNOME-Autostart-enabled=true
X-KDE-Protocols=teamsHidden=false
X-KDE-Protocols=teams
13 changes: 11 additions & 2 deletions .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ bindsym $mod+F3 exec --no-startup-id xfce4-appfinder
# morc_menu
bindsym $mod+F2 exec --no-startup-id morc_menu


#####################################################################################################################
################# editing config files binding #################
#####################################################################################################################

bindsym $mod+F5 exec --no-startup-id alacritty -e vim ~/.config/i3/config


#####################################################################################################################
################# how to exit, logoff, suspend, ... #################
#####################################################################################################################
Expand Down Expand Up @@ -360,7 +368,8 @@ assign [class="rclone-browser"] → 8

# Workspace 9 all messaging related software
assign [class="TelegramDesktop|Slack"] → 9
assign [class="whatsapp-nativefier-d40211|facebookmessenger-nativefier-7ab88e"] → 9
assign [class="whatsapp-nativefier-d40211|facebookmessenger-nativefier-7ab88e"] → 9
assign [class="facebook-nativefier-d58ff9"] → 9

# Workspace 10 music related
assign [class="Spotify|spotify"] → 10
Expand Down Expand Up @@ -1013,4 +1022,4 @@ bindsym mod+minus scratchpad show
# NOT USED

# get the mouse out of the way with unclutter
exec --no-startup-id unclutter
#exec --no-startup-id unclutter
6 changes: 6 additions & 0 deletions .config/i3/i3status.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ general {
order += "ethernet enp0s25"
order += "wireless wlp3s0"
order += "cpu_usage"
order += "memory"
order += "load"
order += "disk /"
order += "disk /f/"
Expand Down Expand Up @@ -48,6 +49,11 @@ load {
format = " : %1min"
}

memory {
#format = " : %free (%used)"
format = " : %available (%used)"
}

## HDD sensor
disk "/" {
format = " : %free"
Expand Down
138 changes: 137 additions & 1 deletion .config/polybar/config
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,141 @@ modules-right = filesystem
;tray-background = ${colors.background}


################################################################################
################################################################################
############ MAINBAR-SPECTRWM ############
################################################################################
################################################################################

[bar/mainbar-spectrwm]
monitor = ${env:MONITOR}
;monitor-fallback = HDMI1
width = 100%
height = 30
;offset-x = 1%
;offset-y = 1%
radius = 0.0
fixed-center = true
bottom = false
separator = |

background = ${colors.background}
foreground = ${colors.foreground}

line-size = 2
line-color = #f00

wm-restack = bspwm
override-redirect = true

; Enable support for inter-process messaging
; See the Messaging wiki page for more details.
enable-ipc = true

border-size = 0
;border-left-size = 0
;border-right-size = 25
;border-top-size = 0
;border-bottom-size = 25
border-color = #00000000

padding-left = 0
padding-right = 1

module-margin-left = 3
module-margin-right = 3

;https://github.com/jaagr/polybar/wiki/Fonts
font-0 = "Noto Sans:size=10;0"
font-1 = "FontAwesome:size=10;0"
font-2 = "Noto Sans:size=10;0"
font-3 = "Noto Sans Mono:size=10;0"

modules-left = ewmh xwindow
modules-center = kernel
modules-right = pavolume memory2 cpu2 date

tray-detached = false
tray-offset-x = 0
tray-offset-y = 0
tray-padding = 2
tray-maxsize = 20
tray-scale = 1.0
tray-position = right
tray-background = ${colors.background}

scroll-up = spectrwm-desknext
scroll-down = spectrwm-deskprev


################################################################################
################################################################################
############ MAINBAR-SPECTRWM-EXTRA ############
################################################################################
################################################################################

[bar/mainbar-spectrwm-extra]
monitor = ${env:MONITOR}
;monitor-fallback = HDMI1
width = 100%
height = 30
;offset-x = 1%
;offset-y = 1%
radius = 0.0
fixed-center = true
bottom = true
separator = |

background = ${colors.background}
foreground = ${colors.foreground}

line-size = 2
line-color = #f00

wm-restack = bspwm
override-redirect = true

; Enable support for inter-process messaging
; See the Messaging wiki page for more details.
enable-ipc = true

border-size = 0
;border-left-size = 0
;border-right-size = 25
;border-top-size = 0
;border-bottom-size = 25
border-color = #00000000

padding-left = 0
padding-right = 1

module-margin-left = 3
module-margin-right = 3

;https://github.com/jaagr/polybar/wiki/Fonts
font-0 = "Noto Sans:size=10;0"
font-1 = "FontAwesome:size=13;0"
font-2 = "Noto Sans:size=10;0"
font-3 = "Noto Sans Mono:size=10;0"

modules-left = xwindow
modules-center = filesystem
modules-right =

;tray-detached = false
;tray-offset-x = 0
;tray-offset-y = 0
;tray-padding = 2
;tray-maxsize = 20
;tray-scale = 1.0
;tray-position = right
;tray-background = ${colors.background}

scroll-up = spectrwm-desknext
scroll-down = spectrwm-deskprev



################################################################################
################################################################################
############ MODULE I3 ############
Expand Down Expand Up @@ -929,11 +1064,12 @@ label-focused = %icon%
label-focused-background = ${colors.background}
label-focused-underline= #6790eb
label-focused-padding = 4
label-focused-foreground = ${colors.foreground}
label-focused-foreground = #6790EB

label-occupied = %icon%
label-occupied-padding = 2
label-occupied-background = ${colors.background}
label-occupied-foreground = #6790EB

label-urgent = %icon%
label-urgent-padding = 2
Expand Down
11 changes: 11 additions & 0 deletions .config/polybar/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,15 @@ case $desktop in
# done
# fi
;;

spectrwm|/usr/share/xsessions/spectrwm)
if type "xrandr" > /dev/null; then
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$m polybar --reload mainbar-spectrwm -c ~/.config/polybar/config &
done
else
polybar --reload mainbar-spectrwm -c ~/.config/polybar/config &
fi
;;

esac
8 changes: 4 additions & 4 deletions .config/rclone-browser/rclone-browser.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ driveShared=0
http_proxy=
https_proxy=
iconSize=medium
lastRcloneBrowserUpdateCheck=Wed Sep 9 2020
lastRcloneUpdateCheck=Wed Sep 9 2020
lastUsedDestFolder=/f/semestre-09
lastRcloneBrowserUpdateCheck=Tue Sep 22 2020
lastRcloneUpdateCheck=Tue Sep 22 2020
lastUsedDestFolder=/f/semestre-09/bdd/drive
lastUsedSourceFolder=/f/ludomatics/material
no_proxy=
rclone=/usr/bin/rclone
rcloneVersion=1.53.0
rcloneVersion=1.53.1
useProxy=false

[Transfer]
Expand Down
2 changes: 1 addition & 1 deletion .fehbg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
feh --no-fehbg --bg-fill '/home/rodrigo/.config/variety/wallpaper/wallpaper-clock-2ad33ca573c39c1db1573d3ca3dbc25a.jpg'
feh --no-fehbg --bg-fill '/home/rodrigo/.config/variety/wallpaper/wallpaper-clock-1610707004683c6c84c6d9c9a224a726.jpg'
2 changes: 1 addition & 1 deletion .screenlayout/duplicate.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
xrandr --output eDP --mode 1366x768 --scale 1x1 --output HDMI-0 --same-as VGA1 --mode 1920x1080 --scale 0.711x0.711
xrandr --output LVDS1 --mode 1366x768 --scale 1x1 --output VGA1 --same-as LVDS1 --mode 1920x1080 --scale 0.711x0.711
Loading

0 comments on commit b180b26

Please sign in to comment.