Skip to content

Commit

Permalink
FIXES: Added SDDM themes (finally!), Fixed cursors, Fixed Shortcut pr…
Browse files Browse the repository at this point in the history
…oblem, Fixed Rofi Theme: Test Ready
  • Loading branch information
thearghyasarkar committed Sep 23, 2021
1 parent 924a41e commit 6fbdb0e
Show file tree
Hide file tree
Showing 173 changed files with 5,605 additions and 16 deletions.
16 changes: 16 additions & 0 deletions etc/sddm.conf.d/kde_settings.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[Autologin]
Relogin=false
Session=awesome
#User=

[General]
HaltCommand=/usr/bin/systemctl poweroff
RebootCommand=/usr/bin/systemctl reboot

[Theme]
Current=calinix-redrock

[Users]
MaximumUid=60000
MinimumUid=1000

10 changes: 2 additions & 8 deletions etc/skel/.config/awesome/configuration/apps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,9 @@ return {
-- Default quake terminal
quake = 'alacritty --name QuakeTerminal',
-- Default rofi global menu
rofi_global = 'rofi -dpi ' .. screen.primary.dpi ..
' -show "Global Search" -modi "Global Search":' .. config_dir ..
'/configuration/rofi/global/rofi-spotlight.sh' ..
' -theme ' .. config_dir ..
'/configuration/rofi/global/rofi.rasi',
rofi_global = 'rofi -combi-modi window,drun -show combi -modi combi',
-- Default app menu
rofi_appmenu = 'rofi -dpi ' .. screen.primary.dpi ..
' -show drun -theme ' .. config_dir ..
'/configuration/rofi/appmenu/rofi.rasi'
rofi_appmenu = 'rofi -combi-modi window,drun -show combi -modi combi'

-- You can add more default applications here
},
Expand Down
8 changes: 0 additions & 8 deletions etc/skel/.config/awesome/configuration/keys/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -324,14 +324,6 @@ local global_keys = awful.util.table.join(
end,
{description = 'area/selected screenshot', group = 'Utility'}
),
awful.key(
{modkey},
'x',
function()
awesome.emit_signal('widget::blur:toggle')
end,
{description = 'toggle blur effects', group = 'Utility'}
),
awful.key(
{modkey},
']',
Expand Down
2 changes: 2 additions & 0 deletions etc/skel/.config/rofi/config.rasi
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
//@theme "/usr/share/rofi/themes/Arc-Dark-Botticelli-transparent.rasi"
@theme "/usr/share/rofi/themes/fancy.rasi"
263 changes: 263 additions & 0 deletions usr/share/rofi/themes/fancy.rasi
Original file line number Diff line number Diff line change
@@ -0,0 +1,263 @@
/*******************************************************************************
* ROFI Color theme
* Theme designed to show off moving, packing of widgets, icons and more.
* User: DaveDavenport
* Copyright: DaveDavenport
********************************************************************************/
* {
selected-normal-foreground: rgba ( 248, 248, 242, 100 % );
foreground: rgba ( 248, 248, 242, 100 % );
normal-foreground: @foreground;
alternate-normal-background: rgba ( 39, 40, 34, 0 % );
selected-urgent-foreground: rgba ( 248, 248, 242, 100 % );
urgent-foreground: rgba ( 249, 38, 114, 100 % );
alternate-urgent-background: rgba ( 39, 40, 34, 0 % );
active-foreground: rgba ( 166, 226, 42, 100 % );
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: rgba ( 166, 226, 42, 100 % );
alternate-active-background: rgba ( 39, 40, 34, 0 % );
background: rgba ( 39, 40, 34, 93 % );
bordercolor: rgba ( 0, 43, 54, 100 % );
alternate-normal-foreground: @foreground;
normal-background: rgba ( 39, 40, 34, 0 % );
selected-normal-background: rgba ( 20, 20, 17, 100 % );
separatorcolor: rgba ( 230, 219, 116, 100 % );
urgent-background: rgba ( 39, 40, 34, 0 % );
selected-urgent-background: rgba ( 249, 38, 114, 100 % );
alternate-urgent-foreground: @urgent-foreground;
background-color: transparent;
alternate-active-foreground: @active-foreground;
active-background: rgba ( 39, 40, 34, 0 % );
selected-active-background: rgba ( 20, 20, 17, 100 % );
}
window {
border-color: black/30%;
background-color: darkgrey/ 95%;
border: 2px;
padding: 0px;
border-radius: 10px;
padding: 0.5em;
spacing: 0px;

anchor: north;
location: center;
y-offset: -15.5em;


children: [ inputbar, message, wrapper-mode-switcher, listview , pagerbox ];
}


pagerbox {
expand: false;
orientation: horizontal;
children: [ icon-left, pad, icon-right ];
}

pad {
expand: true;
}
icon-left {
expand: false;
filename: "go-previous";
size: 24;
vertical-align: 0.5;
action: "kb-page-prev";
}

icon-right {
expand: false;
filename: "go-next";
size: 24;
vertical-align: 0.5;
action: "kb-page-next";
}



wrapper-mode-switcher {
orientation: horizontal;

expand: false;
spacing: 0;
children: [ icon-ms-ic1, mode-switcher, icon-ms-ic2 ];
}
icon-ms-ic1 {
filename: "go-previous";
}
icon-ms-ic2 {
filename: "go-next";
}
icon-ms-ic1,icon-ms-ic2 {
size: 16;
vertical-align: 0.8;
expand: false;
border: 0px 0px 2px ;
border-color: @separatorcolor;
}

mode-switcher {
border: 0px;
spacing: 0px;
expand: true;
}

button {
padding: 2px;
border: 0px 0px 2px ;
border-color: @separatorcolor;
}
button selected.normal {
text-color: white;
background-color: black/50%;

border: 2px 2px 0px ;
border-color: @separatorcolor;
border-radius: 10px 10px 0 0;
}


sidebar {
expand: false;
}

message {
text-color: black;
background-color: lightgrey / 50%;
border-color: grey;
border: 2px;
border-radius: 5px;
padding: 4px;
margin: 0px 0px 0.5em;
expand: false;
}

listview {
spacing: 2px ;
scrollbar: false;
padding: 0.5em;
background-color: black/50%;

expand: true;
border: 0px 2px 2px ;
border-color: @separatorcolor;
border-radius: 0px 0px 10px 10px;
}
element {
border: 1;
border-color: transparent;
padding: 4px ;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element.normal.normal {
background-color: @normal-background;
text-color: @normal-foreground;
}
element.normal.urgent {
background-color: @urgent-background;
text-color: @urgent-foreground;
}
element.normal.active {
background-color: @active-background;
text-color: @active-foreground;
}
element.selected.normal {
border: 1;
border-color: grey/80%;
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
element.selected.urgent {
border: 1;
border-color: grey/80%;
background-color: @selected-urgent-background;
text-color: @selected-urgent-foreground;
}
element.selected.active {
border: 1;
border-color: grey/80%;
background-color: @selected-active-background;
text-color: @selected-active-foreground;
}
element.alternate.normal {
background-color: @alternate-normal-background;
text-color: @alternate-normal-foreground;
}
element.alternate.urgent {
background-color: @alternate-urgent-background;
text-color: @alternate-urgent-foreground;
}
element.alternate.active {
background-color: @alternate-active-background;
text-color: @alternate-active-foreground;
}
scrollbar {
width: 4px ;
border: 0;
handle-width: 8px ;
padding: 0;
}
sidebar {
border: 2px 0px 0px ;
border-color: @separatorcolor;
}
inputbar {
text-color: @normal-foreground;
padding: 0px 0px 0.5em;
}
case-indicator {
text-color: @normal-foreground;
}

wrapper {
orientation: horizontal;
text-color: black;
background-color: white / 70%;
border-color: grey;

border: 2px;
border-radius: 5px;
padding: 4px;
children: [ icon-k, entry, icon-paste];
spacing: 0.5em;
}
button-paste {
expand: false;
str: "gtk-paste";
size: 24;
vertical-align: 0.5;
action: "kb-cancel";
}
icon-paste {
expand: false;
filename: "gtk-paste";
size: 24;
vertical-align: 0.5;
action: "kb-primary-paste";
}
icon-k {
expand: false;
filename: "input-keyboard";
size: 24;
vertical-align: 0.5;

}
entry {
vertical-align: 0.5;
}
inputbar {
children: [ wrapper ];
}

error-message {
background-color: darkred/10%;
border-color: darkred;
border-radius: 10px;
border: 2px;
padding: 0.5em;

}

Loading

0 comments on commit 6fbdb0e

Please sign in to comment.